@import"https://fonts.googleapis.com/css?family=Montserrat";.mat-ripple {
    overflow: hidden;
    position: relative
}

.mat-ripple:not(:empty) {
    transform: translateZ(0)
}

.mat-ripple.mat-ripple-unbounded {
    overflow: visible
}

.mat-ripple-element {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transition: opacity,transform 0ms cubic-bezier(0,0,.2,1);
    transform: scale3d(0,0,0)
}

.cdk-high-contrast-active .mat-ripple-element {
    display: none
}

.cdk-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    left: 0
}

[dir=rtl] .cdk-visually-hidden {
    left: auto;
    right: 0
}

.cdk-overlay-container,.cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cdk-overlay-container {
    position: fixed;
    z-index: 1000
}

.cdk-overlay-container:empty {
    display: none
}

.cdk-global-overlay-wrapper {
    display: flex;
    position: absolute;
    z-index: 1000
}

.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%
}

.cdk-overlay-backdrop {
    position: absolute;
    inset: 0;
    z-index: 1000;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transition: opacity .4s cubic-bezier(.25,.8,.25,1);
    opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: 1
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
    opacity: .6
}

.cdk-overlay-dark-backdrop {
    background: rgba(0,0,0,.32)
}

.cdk-overlay-transparent-backdrop {
    transition: visibility 1ms linear,opacity 1ms linear;
    visibility: hidden;
    opacity: 1
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
    opacity: 0;
    visibility: visible
}

.cdk-overlay-backdrop-noop-animation {
    transition: none
}

.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px
}

.cdk-global-scrollblock {
    position: fixed;
    width: 100%;
    overflow-y: scroll
}

textarea.cdk-textarea-autosize {
    resize: none
}

textarea.cdk-textarea-autosize-measuring {
    padding: 2px 0!important;
    box-sizing: content-box!important;
    height: auto!important;
    overflow: hidden!important
}

textarea.cdk-textarea-autosize-measuring-firefox {
    padding: 2px 0!important;
    box-sizing: content-box!important;
    height: 0!important
}

@keyframes cdk-text-field-autofill-start {
}

@keyframes cdk-text-field-autofill-end {
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    animation: cdk-text-field-autofill-start 0s 1ms
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
    animation: cdk-text-field-autofill-end 0s 1ms
}

.mat-focus-indicator {
    position: relative
}

.mat-focus-indicator:before {
    inset: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-focus-indicator-display, none);
    border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
    border-radius: var(--mat-focus-indicator-border-radius, 4px)
}

.mat-focus-indicator:focus:before {
    content: ""
}

.cdk-high-contrast-active {
    --mat-focus-indicator-display: block
}

.mat-mdc-focus-indicator {
    position: relative
}

.mat-mdc-focus-indicator:before {
    inset: 0;
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    display: var(--mat-mdc-focus-indicator-display, none);
    border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
    border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px)
}

.mat-mdc-focus-indicator:focus:before {
    content: ""
}

.cdk-high-contrast-active {
    --mat-mdc-focus-indicator-display: block
}

.mat-ripple-element {
    background-color: #ffffff1a
}

.mat-mdc-option {
    color: var(--mdc-theme-text-primary-on-background, white)
}

.mat-mdc-option:hover:not(.mdc-list-item--disabled),.mat-mdc-option:focus:not(.mdc-list-item--disabled),.mat-mdc-option.mat-mdc-option-active,.mat-mdc-option.mdc-list-item--selected:not(.mat-mdc-option-multiple):not(.mdc-list-item--disabled) {
    background: rgba(255,255,255,.08)
}

.mat-primary .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
    color: var(--mdc-theme-primary, #c2185b)
}

.mat-accent .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
    color: var(--mdc-theme-secondary, #b0bec5)
}

.mat-warn .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text {
    color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-optgroup-label {
    color: var(--mdc-theme-text-primary-on-background, white)
}

.mat-pseudo-checkbox-full {
    color: #ffffffb3
}

.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled {
    color: #686868
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #c2185b
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #c2185b
}

.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
    color: #303030
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #b0bec5
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #b0bec5
}

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
    color: #303030
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #b0bec5
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #b0bec5
}

.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
    color: #303030
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #f44336
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #f44336
}

.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after {
    color: #303030
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after {
    color: #686868
}

.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full {
    background: #686868
}

.mat-app-background {
    background-color: #303030;
    color: #fff
}

.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0 {
    box-shadow: 0 0 #0003,0 0 #00000024,0 0 #0000001f
}

.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1 {
    box-shadow: 0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f
}

.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2 {
    box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f
}

.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3 {
    box-shadow: 0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f
}

.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f
}

.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5 {
    box-shadow: 0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f
}

.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6 {
    box-shadow: 0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f
}

.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7 {
    box-shadow: 0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f
}

.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8 {
    box-shadow: 0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f
}

.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9 {
    box-shadow: 0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f
}

.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10 {
    box-shadow: 0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f
}

.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11 {
    box-shadow: 0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f
}

.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12 {
    box-shadow: 0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f
}

.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13 {
    box-shadow: 0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f
}

.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14 {
    box-shadow: 0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f
}

.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15 {
    box-shadow: 0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f
}

.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16 {
    box-shadow: 0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f
}

.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17 {
    box-shadow: 0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f
}

.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18 {
    box-shadow: 0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f
}

.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19 {
    box-shadow: 0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f
}

.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20 {
    box-shadow: 0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f
}

.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21 {
    box-shadow: 0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f
}

.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22 {
    box-shadow: 0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f
}

.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23 {
    box-shadow: 0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f
}

.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24 {
    box-shadow: 0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f
}

.mat-theme-loaded-marker {
    display: none
}

.mat-mdc-option {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body1-font-size, 16px);
    line-height: var(--mdc-typography-body1-line-height, 24px);
    font-weight: var(--mdc-typography-body1-font-weight, 400);
    letter-spacing: var(--mdc-typography-body1-letter-spacing, .03125em)
}

.mat-mdc-card {
    box-shadow: 0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;
    --mdc-elevated-card-container-color: #424242
}

.mat-mdc-card-outlined {
    box-shadow: 0 0 #0003,0 0 #00000024,0 0 #0000001f;
    --mdc-outlined-card-outline-color: #595959
}

.mat-mdc-card-subtitle {
    color: #ffffffb3
}

.mat-mdc-card-title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-headline6-font-size, 20px);
    line-height: var(--mdc-typography-headline6-line-height, 32px);
    font-weight: var(--mdc-typography-headline6-font-weight, 500);
    letter-spacing: var(--mdc-typography-headline6-letter-spacing, .0125em);
    -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-transform: var(--mdc-typography-headline6-text-transform, none)
}

.mat-mdc-card-subtitle {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-subtitle2-font-size, 14px);
    line-height: var(--mdc-typography-subtitle2-line-height, 22px);
    font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
    letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);
    -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-transform: var(--mdc-typography-subtitle2-text-transform, none)
}

.mat-mdc-progress-bar {
    --mdc-linear-progress-active-indicator-color: #c2185b
}

.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(194, 24, 91, 0.25)'/%3E%3C/svg%3E")
}

.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar {
    background-color: #c2185b40
}

.mat-mdc-progress-bar.mat-accent {
    --mdc-linear-progress-active-indicator-color: #b0bec5
}

.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(176, 190, 197, 0.25)'/%3E%3C/svg%3E")
}

.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar {
    background-color: #b0bec540
}

.mat-mdc-progress-bar.mat-warn {
    --mdc-linear-progress-active-indicator-color: #f44336
}

.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")
}

.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar {
    background-color: #f4433640
}

.mat-mdc-tooltip {
    --mdc-plain-tooltip-container-color: #616161;
    --mdc-plain-tooltip-supporting-text-color: white
}

.mat-mdc-tooltip {
    --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
    --mdc-plain-tooltip-supporting-text-size: 12px;
    --mdc-plain-tooltip-supporting-text-weight: 400;
    --mdc-plain-tooltip-supporting-text-tracking: .0333333333em
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #fff9
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: #ffffffde
}

@media all {
    .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input::placeholder {
        color: #fff9
    }
}

@media all {
    .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input:-ms-input-placeholder {
        color: #fff9
    }
}

.mdc-text-field .mdc-text-field__input {
    caret-color: var(--mdc-theme-primary, #c2185b)
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: #0009
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: #0009
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
    color: #0000008a
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
    color: #0000008a
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--prefix {
    color: #0009
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__affix--suffix {
    color: #0009
}

.mdc-text-field--filled .mdc-text-field__ripple:before,.mdc-text-field--filled .mdc-text-field__ripple:after {
    background-color: var(--mdc-ripple-color, rgba(255, 255, 255, .87))
}

.mdc-text-field--filled:hover .mdc-text-field__ripple:before,.mdc-text-field--filled.mdc-ripple-surface--hover .mdc-text-field__ripple:before {
    opacity: var(--mdc-ripple-hover-opacity, .08)
}

.mdc-text-field--filled.mdc-ripple-upgraded--background-focused .mdc-text-field__ripple:before,.mdc-text-field--filled:not(.mdc-ripple-upgraded):focus .mdc-text-field__ripple:before {
    opacity: var(--mdc-ripple-focus-opacity, .24)
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
    background-color: #4a4a4a
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
    border-bottom-color: #ffffff6b
}

.mdc-text-field--filled:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before {
    border-bottom-color: #ffffffde
}

.mdc-text-field--filled .mdc-line-ripple:after {
    border-bottom-color: var(--mdc-theme-primary, #c2185b)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #ffffff61
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: #ffffffde
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-primary, #c2185b)
}

.mdc-text-field--outlined .mdc-text-field__ripple:before,.mdc-text-field--outlined .mdc-text-field__ripple:after {
    background-color: var(--mdc-ripple-color, transparent)
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #c2185bde
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid .mdc-text-field__input {
    caret-color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
    color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mdc-text-field--disabled .mdc-text-field__input {
    color: #ffffff61
}

@media all {
    .mdc-text-field--disabled .mdc-text-field__input::placeholder {
        color: #ffffff61
    }
}

@media all {
    .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
        color: #ffffff61
    }
}

.mdc-text-field--disabled .mdc-floating-label {
    color: #ffffff61
}

.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
    color: #00000061
}

.mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter {
    color: #00000061
}

.mdc-text-field--disabled .mdc-text-field__icon--leading,.mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: #0000004d
}

.mdc-text-field--disabled .mdc-text-field__affix--prefix,.mdc-text-field--disabled .mdc-text-field__affix--suffix {
    color: #00000061
}

.mdc-text-field--disabled .mdc-line-ripple:before {
    border-bottom-color: #ffffff0f
}

.mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing {
    border-color: #ffffff0f
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-text-field__input::placeholder {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-floating-label {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-text-field-character-counter,.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-text-field__icon--leading {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-text-field__icon--trailing {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-text-field__affix--prefix {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-text-field__affix--suffix {
        color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-line-ripple:before {
        border-bottom-color: GrayText
    }
}

@media screen and (forced-colors: active),(-ms-high-contrast: active) {
    .mdc-text-field--disabled .mdc-notched-outline__leading,.mdc-text-field--disabled .mdc-notched-outline__notch,.mdc-text-field--disabled .mdc-notched-outline__trailing {
        border-color: GrayText
    }
}

.mdc-text-field--disabled.mdc-text-field--filled {
    background-color: #464646
}

.mat-mdc-form-field-error {
    color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field-focus-overlay {
    background-color: #ffffffde
}

.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay {
    opacity: .08
}

.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay {
    opacity: .24
}

select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option {
    color: #000000de
}

select.mat-mdc-form-field-input-control:not(.mat-mdc-native-select-inline) option:disabled {
    color: #00000061
}

.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after {
    color: #ffffff8a
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after {
    color: #c2185bde
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after {
    color: #b0bec5de
}

.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after {
    color: #f44336de
}

.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after {
    color: #ffffff61
}

.mat-mdc-form-field.mat-accent .mdc-text-field__input {
    caret-color: var(--mdc-theme-secondary, #b0bec5)
}

.mat-mdc-form-field.mat-accent:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
    border-bottom-color: var(--mdc-theme-secondary, #b0bec5)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #b0bec5de
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid .mdc-text-field__input {
    caret-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
    color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-accent .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-secondary, #b0bec5)
}

.mat-mdc-form-field.mat-warn .mdc-text-field__input {
    caret-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: #f44336de
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):hover .mdc-line-ripple:before {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:after {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
    color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid .mdc-text-field__input {
    caret-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
    color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple:before {
    border-bottom-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,.mat-mdc-form-field.mat-warn .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    border-color: var(--mdc-theme-error, #f44336)
}

.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
    border-left: 1px solid rgba(0,0,0,0)
}

[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch {
    border-left: none;
    border-right: 1px solid rgba(0,0,0,0)
}

.mat-mdc-form-field-infix {
    min-height: 56px
}

.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
    top: 28px
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    --mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));
    transform: var(--mat-mdc-form-field-label-transform)
}

.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
    padding-top: 16px;
    padding-bottom: 16px
}

.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
    padding-top: 24px;
    padding-bottom: 8px
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
    padding-top: 16px;
    padding-bottom: 16px
}

.mdc-text-field__input,.mdc-text-field__affix {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-subtitle1-font-size, 16px);
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: var(--mdc-typography-subtitle1-text-transform, none)
}

.mdc-text-field--textarea .mdc-text-field__input {
    line-height: 1.5rem
}

.mdc-floating-label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-subtitle1-font-size, 16px);
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: var(--mdc-typography-subtitle1-text-transform, none)
}

.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-caption-font-size, 12px);
    line-height: var(--mdc-typography-caption-line-height, 20px);
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
    -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: var(--mdc-typography-caption-text-transform, none)
}

.mat-mdc-form-field,.mat-mdc-floating-label {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body1-font-size, 16px);
    line-height: var(--mdc-typography-body1-line-height, 24px);
    font-weight: var(--mdc-typography-body1-font-weight, 400);
    letter-spacing: var(--mdc-typography-body1-letter-spacing, .03125em);
    -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-transform: var(--mdc-typography-body1-text-transform, none)
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-floating-label--float-above {
    font-size: calc(16px  var(--mat-mdc-form-field-floating-label-scale, .75))
}

.mat-mdc-form-field .mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    font-size: 16px
}

.mat-mdc-select-value {
    color: #ffffffde
}

.mat-mdc-select-placeholder {
    color: #fff9
}

.mat-mdc-select-disabled .mat-mdc-select-value {
    color: #ffffff61
}

.mat-mdc-select-arrow {
    color: #ffffff8a
}

.mat-mdc-form-field.mat-focused.mat-primary .mat-mdc-select-arrow {
    color: #c2185bde
}

.mat-mdc-form-field.mat-focused.mat-accent .mat-mdc-select-arrow {
    color: #b0bec5de
}

.mat-mdc-form-field.mat-focused.mat-warn .mat-mdc-select-arrow,.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow {
    color: #f44336de
}

.mat-mdc-form-field .mat-mdc-select.mat-mdc-select-disabled .mat-mdc-select-arrow {
    color: #ffffff61
}

.mat-mdc-select-panel {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-subtitle1-font-size, 16px);
    line-height: var(--mdc-typography-subtitle1-line-height, 28px);
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: var(--mdc-typography-subtitle1-text-transform, none);
    line-height: 24px
}

.mat-mdc-select {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body1-font-size, 16px);
    line-height: var(--mdc-typography-body1-line-height, 24px);
    font-weight: var(--mdc-typography-body1-font-weight, 400);
    letter-spacing: var(--mdc-typography-body1-letter-spacing, .03125em);
    -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-transform: var(--mdc-typography-body1-text-transform, none)
}

.mat-mdc-autocomplete-panel {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-subtitle1-font-size, 16px);
    line-height: var(--mdc-typography-subtitle1-line-height, 28px);
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: var(--mdc-typography-subtitle1-text-transform, none);
    line-height: 24px
}

.mat-mdc-dialog-container {
    --mdc-dialog-container-color: #424242;
    --mdc-dialog-with-divider-divider-color: rgba(255, 255, 255, .12);
    --mdc-dialog-subhead-color: rgba(255, 255, 255, .87);
    --mdc-dialog-supporting-text-color: rgba(255, 255, 255, .6)
}

.mat-mdc-dialog-container {
    --mdc-dialog-subhead-font: Roboto, sans-serif;
    --mdc-dialog-subhead-line-height: 32px;
    --mdc-dialog-subhead-size: 20px;
    --mdc-dialog-subhead-weight: 500;
    --mdc-dialog-subhead-tracking: .0125em;
    --mdc-dialog-supporting-text-font: Roboto, sans-serif;
    --mdc-dialog-supporting-text-line-height: 24px;
    --mdc-dialog-supporting-text-size: 16px;
    --mdc-dialog-supporting-text-weight: 400;
    --mdc-dialog-supporting-text-tracking: .03125em
}

.mat-mdc-standard-chip {
    --mdc-chip-elevated-container-color: #595959;
    --mdc-chip-elevated-disabled-container-color: #595959;
    --mdc-chip-label-text-color: #fafafa;
    --mdc-chip-disabled-label-text-color: #fafafa;
    --mdc-chip-with-icon-icon-color: #fafafa;
    --mdc-chip-with-icon-disabled-icon-color: #fafafa;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #fafafa;
    --mdc-chip-with-trailing-icon-trailing-icon-color: #fafafa;
    --mdc-chip-with-icon-selected-icon-color: #fafafa
}

.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-primary.mat-mdc-chip-highlighted {
    --mdc-chip-elevated-container-color: #c2185b;
    --mdc-chip-elevated-disabled-container-color: #c2185b;
    --mdc-chip-label-text-color: white;
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white
}

.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-accent.mat-mdc-chip-highlighted {
    --mdc-chip-elevated-container-color: #b0bec5;
    --mdc-chip-elevated-disabled-container-color: #b0bec5;
    --mdc-chip-label-text-color: rgba(0, 0, 0, .87);
    --mdc-chip-disabled-label-text-color: rgba(0, 0, 0, .87);
    --mdc-chip-with-icon-icon-color: rgba(0, 0, 0, .87);
    --mdc-chip-with-icon-disabled-icon-color: rgba(0, 0, 0, .87);
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: rgba(0, 0, 0, .87);
    --mdc-chip-with-trailing-icon-trailing-icon-color: rgba(0, 0, 0, .87);
    --mdc-chip-with-icon-selected-icon-color: rgba(0, 0, 0, .87)
}

.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-selected,.mat-mdc-standard-chip.mat-warn.mat-mdc-chip-highlighted {
    --mdc-chip-elevated-container-color: #f44336;
    --mdc-chip-elevated-disabled-container-color: #f44336;
    --mdc-chip-label-text-color: white;
    --mdc-chip-disabled-label-text-color: white;
    --mdc-chip-with-icon-icon-color: white;
    --mdc-chip-with-icon-disabled-icon-color: white;
    --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
    --mdc-chip-with-trailing-icon-trailing-icon-color: white;
    --mdc-chip-with-icon-selected-icon-color: white
}

.mat-mdc-chip-focus-overlay {
    background: #fff
}

.mat-mdc-chip {
    height: 32px
}

.mat-mdc-standard-chip {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body2-font-size, 14px);
    line-height: var(--mdc-typography-body2-line-height, 20px);
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: var(--mdc-typography-body2-text-transform, none)
}

.mat-mdc-slide-toggle {
    --mdc-switch-disabled-selected-handle-color: #000;
    --mdc-switch-disabled-unselected-handle-color: #000;
    --mdc-switch-disabled-selected-track-color: #f5f5f5;
    --mdc-switch-disabled-unselected-track-color: #f5f5f5;
    --mdc-switch-unselected-focus-state-layer-color: #f5f5f5;
    --mdc-switch-unselected-pressed-state-layer-color: #f5f5f5;
    --mdc-switch-unselected-hover-state-layer-color: #f5f5f5;
    --mdc-switch-unselected-focus-track-color: #616161;
    --mdc-switch-unselected-hover-track-color: #616161;
    --mdc-switch-unselected-pressed-track-color: #616161;
    --mdc-switch-unselected-track-color: #616161;
    --mdc-switch-unselected-focus-handle-color: #fafafa;
    --mdc-switch-unselected-hover-handle-color: #fafafa;
    --mdc-switch-unselected-pressed-handle-color: #fafafa;
    --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
    --mdc-switch-unselected-handle-color: #9e9e9e;
    --mdc-switch-selected-icon-color: #212121;
    --mdc-switch-disabled-selected-icon-color: #212121;
    --mdc-switch-disabled-unselected-icon-color: #212121;
    --mdc-switch-unselected-icon-color: #212121
}

.mat-mdc-slide-toggle .mdc-form-field {
    color: var(--mdc-theme-text-primary-on-background, white)
}

.mat-mdc-slide-toggle .mdc-switch--disabled+label {
    color: #ffffff80
}

.mat-mdc-slide-toggle.mat-primary {
    --mdc-switch-selected-focus-state-layer-color: #f06292;
    --mdc-switch-selected-handle-color: #f06292;
    --mdc-switch-selected-hover-state-layer-color: #f06292;
    --mdc-switch-selected-pressed-state-layer-color: #f06292;
    --mdc-switch-selected-focus-handle-color: #f48fb1;
    --mdc-switch-selected-hover-handle-color: #f48fb1;
    --mdc-switch-selected-pressed-handle-color: #f48fb1;
    --mdc-switch-selected-focus-track-color: #d81b60;
    --mdc-switch-selected-hover-track-color: #d81b60;
    --mdc-switch-selected-pressed-track-color: #d81b60;
    --mdc-switch-selected-track-color: #d81b60
}

.mat-mdc-slide-toggle.mat-accent {
    --mdc-switch-selected-focus-state-layer-color: #90a4ae;
    --mdc-switch-selected-handle-color: #90a4ae;
    --mdc-switch-selected-hover-state-layer-color: #90a4ae;
    --mdc-switch-selected-pressed-state-layer-color: #90a4ae;
    --mdc-switch-selected-focus-handle-color: #b0bec5;
    --mdc-switch-selected-hover-handle-color: #b0bec5;
    --mdc-switch-selected-pressed-handle-color: #b0bec5;
    --mdc-switch-selected-focus-track-color: #546e7a;
    --mdc-switch-selected-hover-track-color: #546e7a;
    --mdc-switch-selected-pressed-track-color: #546e7a;
    --mdc-switch-selected-track-color: #546e7a
}

.mat-mdc-slide-toggle.mat-warn {
    --mdc-switch-selected-focus-state-layer-color: #e57373;
    --mdc-switch-selected-handle-color: #e57373;
    --mdc-switch-selected-hover-state-layer-color: #e57373;
    --mdc-switch-selected-pressed-state-layer-color: #e57373;
    --mdc-switch-selected-focus-handle-color: #ef9a9a;
    --mdc-switch-selected-hover-handle-color: #ef9a9a;
    --mdc-switch-selected-pressed-handle-color: #ef9a9a;
    --mdc-switch-selected-focus-track-color: #e53935;
    --mdc-switch-selected-hover-track-color: #e53935;
    --mdc-switch-selected-pressed-track-color: #e53935;
    --mdc-switch-selected-track-color: #e53935
}

.mat-mdc-slide-toggle {
    --mdc-switch-state-layer-size: 48px
}

.mat-mdc-radio-button .mdc-form-field {
    color: var(--mdc-theme-text-primary-on-background, white)
}

.mat-mdc-radio-button.mat-primary {
    --mdc-radio-disabled-selected-icon-color: #fff;
    --mdc-radio-disabled-unselected-icon-color: #fff;
    --mdc-radio-unselected-focus-icon-color: #eeeeee;
    --mdc-radio-unselected-hover-icon-color: #eeeeee;
    --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-selected-focus-icon-color: #c2185b;
    --mdc-radio-selected-hover-icon-color: #c2185b;
    --mdc-radio-selected-icon-color: #c2185b;
    --mdc-radio-selected-pressed-icon-color: #c2185b;
    --mat-mdc-radio-ripple-color: #fff;
    --mat-mdc-radio-checked-ripple-color: #c2185b
}

.mat-mdc-radio-button.mat-primary .mdc-radio--disabled+label {
    color: #ffffff80
}

.mat-mdc-radio-button.mat-accent {
    --mdc-radio-disabled-selected-icon-color: #fff;
    --mdc-radio-disabled-unselected-icon-color: #fff;
    --mdc-radio-unselected-focus-icon-color: #eeeeee;
    --mdc-radio-unselected-hover-icon-color: #eeeeee;
    --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-selected-focus-icon-color: #b0bec5;
    --mdc-radio-selected-hover-icon-color: #b0bec5;
    --mdc-radio-selected-icon-color: #b0bec5;
    --mdc-radio-selected-pressed-icon-color: #b0bec5;
    --mat-mdc-radio-ripple-color: #fff;
    --mat-mdc-radio-checked-ripple-color: #b0bec5
}

.mat-mdc-radio-button.mat-accent .mdc-radio--disabled+label {
    color: #ffffff80
}

.mat-mdc-radio-button.mat-warn {
    --mdc-radio-disabled-selected-icon-color: #fff;
    --mdc-radio-disabled-unselected-icon-color: #fff;
    --mdc-radio-unselected-focus-icon-color: #eeeeee;
    --mdc-radio-unselected-hover-icon-color: #eeeeee;
    --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-selected-focus-icon-color: #f44336;
    --mdc-radio-selected-hover-icon-color: #f44336;
    --mdc-radio-selected-icon-color: #f44336;
    --mdc-radio-selected-pressed-icon-color: #f44336;
    --mat-mdc-radio-ripple-color: #fff;
    --mat-mdc-radio-checked-ripple-color: #f44336
}

.mat-mdc-radio-button.mat-warn .mdc-radio--disabled+label {
    color: #ffffff80
}

.mat-mdc-radio-button .mdc-radio {
    padding: 10px
}

.mat-mdc-radio-button .mdc-radio .mdc-radio__background:before {
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px
}

.mat-mdc-radio-button .mdc-radio .mdc-radio__native-control {
    top: 0;
    right: 0;
    left: 0;
    width: 40px;
    height: 40px
}

.mat-mdc-slider {
    --mdc-slider-label-container-color: white;
    --mdc-slider-label-label-text-color: black;
    --mdc-slider-disabled-handle-color: #fff;
    --mdc-slider-disabled-active-track-color: #fff;
    --mdc-slider-disabled-inactive-track-color: #fff;
    --mdc-slider-with-tick-marks-disabled-container-color: #fff;
    --mat-mdc-slider-value-indicator-opacity: .9
}

.mat-mdc-slider.mat-primary {
    --mdc-slider-handle-color: #c2185b;
    --mdc-slider-focus-handle-color: #c2185b;
    --mdc-slider-hover-handle-color: #c2185b;
    --mdc-slider-active-track-color: #c2185b;
    --mdc-slider-inactive-track-color: #c2185b;
    --mdc-slider-with-tick-marks-active-container-color: #fff;
    --mdc-slider-with-tick-marks-inactive-container-color: #c2185b;
    --mat-mdc-slider-ripple-color: #c2185b;
    --mat-mdc-slider-hover-ripple-color: rgba(194, 24, 91, .05);
    --mat-mdc-slider-focus-ripple-color: rgba(194, 24, 91, .2)
}

.mat-mdc-slider.mat-accent {
    --mdc-slider-handle-color: #b0bec5;
    --mdc-slider-focus-handle-color: #b0bec5;
    --mdc-slider-hover-handle-color: #b0bec5;
    --mdc-slider-active-track-color: #b0bec5;
    --mdc-slider-inactive-track-color: #b0bec5;
    --mdc-slider-with-tick-marks-active-container-color: #000;
    --mdc-slider-with-tick-marks-inactive-container-color: #b0bec5;
    --mat-mdc-slider-ripple-color: #b0bec5;
    --mat-mdc-slider-hover-ripple-color: rgba(176, 190, 197, .05);
    --mat-mdc-slider-focus-ripple-color: rgba(176, 190, 197, .2)
}

.mat-mdc-slider.mat-warn {
    --mdc-slider-handle-color: #f44336;
    --mdc-slider-focus-handle-color: #f44336;
    --mdc-slider-hover-handle-color: #f44336;
    --mdc-slider-active-track-color: #f44336;
    --mdc-slider-inactive-track-color: #f44336;
    --mdc-slider-with-tick-marks-active-container-color: #fff;
    --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
    --mat-mdc-slider-ripple-color: #f44336;
    --mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, .05);
    --mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, .2)
}

.mat-mdc-slider {
    --mdc-slider-label-label-text-font: Roboto, sans-serif;
    --mdc-slider-label-label-text-size: 14px;
    --mdc-slider-label-label-text-line-height: 22px;
    --mdc-slider-label-label-text-tracking: .0071428571em;
    --mdc-slider-label-label-text-weight: 500
}

.mdc-menu-surface {
    box-shadow: 0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;
    background-color: var(--mdc-theme-surface, #424242);
    color: var(--mdc-theme-on-surface, #fff)
}

.mdc-list-item__primary-text {
    color: var(--mdc-theme-text-primary-on-background, white)
}

.mdc-list-item__secondary-text {
    color: var(--mdc-theme-text-secondary-on-background, rgba(255, 255, 255, .7))
}

.mdc-list-item__overline-text {
    color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, .5))
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end {
    background-color: transparent
}

.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--with-trailing-icon .mdc-list-item__end {
    color: var(--mdc-theme-text-icon-on-background, rgba(255, 255, 255, .5))
}

.mdc-list-item__end {
    color: var(--mdc-theme-text-hint-on-background, rgba(255, 255, 255, .5))
}

.mdc-list-item--disabled .mdc-list-item__start,.mdc-list-item--disabled .mdc-list-item__content,.mdc-list-item--disabled .mdc-list-item__end {
    opacity: .38
}

.mdc-list-item--disabled .mdc-list-item__primary-text,.mdc-list-item--disabled .mdc-list-item__secondary-text,.mdc-list-item--disabled .mdc-list-item__overline-text,.mdc-list-item--disabled.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--disabled.mdc-list-item--with-trailing-icon .mdc-list-item__end,.mdc-list-item--disabled.mdc-list-item--with-trailing-meta .mdc-list-item__end {
    color: var(--mdc-theme-on-surface, #fff)
}

.mdc-list-item--selected .mdc-list-item__primary-text,.mdc-list-item--activated .mdc-list-item__primary-text,.mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
    color: var(--mdc-theme-primary, #c2185b)
}

.mdc-deprecated-list-group__subheader {
    color: var(--mdc-theme-text-primary-on-background, white)
}

.mdc-list-divider:after {
    border-bottom-color: #fff
}

.mdc-list-divider {
    background-color: #fff3
}

.mat-mdc-menu-item[disabled],.mat-mdc-menu-item[disabled] .mat-mdc-menu-submenu-icon,.mat-mdc-menu-item[disabled] .mat-icon-no-color {
    color: var(--mdc-theme-text-disabled-on-background, rgba(255, 255, 255, .5))
}

.mat-mdc-menu-item .mat-icon-no-color,.mat-mdc-menu-submenu-icon {
    color: var(--mdc-theme-text-primary-on-background, white)
}

.mat-mdc-menu-item:hover:not([disabled]),.mat-mdc-menu-item.cdk-program-focused:not([disabled]),.mat-mdc-menu-item.cdk-keyboard-focused:not([disabled]),.mat-mdc-menu-item-highlighted:not([disabled]) {
    background: rgba(255,255,255,.08)
}

.mat-mdc-menu-content {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-subtitle1-font-size, 16px);
    line-height: var(--mdc-typography-subtitle1-line-height, 28px);
    font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
    letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, .009375em);
    -webkit-text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
    text-transform: var(--mdc-typography-subtitle1-text-transform, none);
    line-height: 24px
}

.mat-mdc-menu-content,.mat-mdc-menu-content .mat-mdc-menu-item .mdc-list-item__primary-text {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body1-font-size, 16px);
    line-height: var(--mdc-typography-body1-line-height, 24px);
    font-weight: var(--mdc-typography-body1-font-weight, 400);
    letter-spacing: var(--mdc-typography-body1-letter-spacing, .03125em);
    -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
    text-transform: var(--mdc-typography-body1-text-transform, none)
}

.mat-mdc-list-base {
    --mdc-list-list-item-label-text-color: white;
    --mdc-list-list-item-supporting-text-color: rgba(255, 255, 255, .7);
    --mdc-list-list-item-leading-icon-color: rgba(255, 255, 255, .5);
    --mdc-list-list-item-trailing-supporting-text-color: rgba(255, 255, 255, .5);
    --mdc-list-list-item-trailing-icon-color: rgba(255, 255, 255, .5);
    --mdc-list-list-item-selected-trailing-icon-color: rgba(255, 255, 255, .5);
    --mdc-list-list-item-disabled-label-text-color: white;
    --mdc-list-list-item-disabled-leading-icon-color: white;
    --mdc-list-list-item-disabled-trailing-icon-color: white;
    --mdc-list-list-item-hover-label-text-color: white;
    --mdc-list-list-item-hover-leading-icon-color: rgba(255, 255, 255, .5);
    --mdc-list-list-item-hover-trailing-icon-color: rgba(255, 255, 255, .5);
    --mdc-list-list-item-focus-label-text-color: white;
    --mdc-list-list-item-hover-state-layer-color: white;
    --mdc-list-list-item-hover-state-layer-opacity: .08;
    --mdc-list-list-item-focus-state-layer-color: white;
    --mdc-list-list-item-focus-state-layer-opacity: .24
}

.mat-mdc-list-option .mdc-list-item__start,.mat-mdc-list-option .mdc-list-item__end {
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #c2185b;
    --mdc-checkbox-selected-hover-icon-color: #c2185b;
    --mdc-checkbox-selected-icon-color: #c2185b;
    --mdc-checkbox-selected-pressed-icon-color: #c2185b;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)
}

.mat-mdc-list-option .mdc-list-item__start,.mat-mdc-list-option .mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: #fff;
    --mdc-radio-disabled-unselected-icon-color: #fff;
    --mdc-radio-unselected-focus-icon-color: #eeeeee;
    --mdc-radio-unselected-hover-icon-color: #eeeeee;
    --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-selected-focus-icon-color: #c2185b;
    --mdc-radio-selected-hover-icon-color: #c2185b;
    --mdc-radio-selected-icon-color: #c2185b;
    --mdc-radio-selected-pressed-icon-color: #c2185b;
    --mat-mdc-radio-ripple-color: #fff;
    --mat-mdc-radio-checked-ripple-color: #c2185b
}

.mat-mdc-list-option .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option .mdc-list-item__end .mdc-radio--disabled+label {
    color: #ffffff80
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start,.mat-mdc-list-option.mat-accent .mdc-list-item__end {
    --mdc-checkbox-selected-checkmark-color: #000;
    --mdc-checkbox-selected-focus-icon-color: #b0bec5;
    --mdc-checkbox-selected-hover-icon-color: #b0bec5;
    --mdc-checkbox-selected-icon-color: #b0bec5;
    --mdc-checkbox-selected-pressed-icon-color: #b0bec5;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start,.mat-mdc-list-option.mat-accent .mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: #fff;
    --mdc-radio-disabled-unselected-icon-color: #fff;
    --mdc-radio-unselected-focus-icon-color: #eeeeee;
    --mdc-radio-unselected-hover-icon-color: #eeeeee;
    --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-selected-focus-icon-color: #b0bec5;
    --mdc-radio-selected-hover-icon-color: #b0bec5;
    --mdc-radio-selected-icon-color: #b0bec5;
    --mdc-radio-selected-pressed-icon-color: #b0bec5;
    --mat-mdc-radio-ripple-color: #fff;
    --mat-mdc-radio-checked-ripple-color: #b0bec5
}

.mat-mdc-list-option.mat-accent .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option.mat-accent .mdc-list-item__end .mdc-radio--disabled+label {
    color: #ffffff80
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start,.mat-mdc-list-option.mat-warn .mdc-list-item__end {
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #f44336;
    --mdc-checkbox-selected-hover-icon-color: #f44336;
    --mdc-checkbox-selected-icon-color: #f44336;
    --mdc-checkbox-selected-pressed-icon-color: #f44336;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start,.mat-mdc-list-option.mat-warn .mdc-list-item__end {
    --mdc-radio-disabled-selected-icon-color: #fff;
    --mdc-radio-disabled-unselected-icon-color: #fff;
    --mdc-radio-unselected-focus-icon-color: #eeeeee;
    --mdc-radio-unselected-hover-icon-color: #eeeeee;
    --mdc-radio-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-unselected-pressed-icon-color: rgba(255, 255, 255, .54);
    --mdc-radio-selected-focus-icon-color: #f44336;
    --mdc-radio-selected-hover-icon-color: #f44336;
    --mdc-radio-selected-icon-color: #f44336;
    --mdc-radio-selected-pressed-icon-color: #f44336;
    --mat-mdc-radio-ripple-color: #fff;
    --mat-mdc-radio-checked-ripple-color: #f44336
}

.mat-mdc-list-option.mat-warn .mdc-list-item__start .mdc-radio--disabled+label,.mat-mdc-list-option.mat-warn .mdc-list-item__end .mdc-radio--disabled+label {
    color: #ffffff80
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
    color: #c2185b
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
    opacity: 1
}

.mat-mdc-list-base {
    --mdc-list-list-item-one-line-container-height: 48px;
    --mdc-list-list-item-two-line-container-height: 64px;
    --mdc-list-list-item-three-line-container-height: 88px
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
    height: 56px
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
    height: 72px
}

.mat-mdc-list-base {
    --mdc-list-list-item-label-text-font: Roboto, sans-serif;
    --mdc-list-list-item-label-text-line-height: 24px;
    --mdc-list-list-item-label-text-size: 16px;
    --mdc-list-list-item-label-text-tracking: .03125em;
    --mdc-list-list-item-label-text-weight: 400;
    --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
    --mdc-list-list-item-supporting-text-line-height: 20px;
    --mdc-list-list-item-supporting-text-size: 14px;
    --mdc-list-list-item-supporting-text-tracking: .0178571429em;
    --mdc-list-list-item-supporting-text-weight: 400;
    --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
    --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
    --mdc-list-list-item-trailing-supporting-text-size: 12px;
    --mdc-list-list-item-trailing-supporting-text-tracking: .0333333333em;
    --mdc-list-list-item-trailing-supporting-text-weight: 400
}

.mdc-list-group__subheader {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto,sans-serif;
    letter-spacing: .009375em
}

.mat-mdc-paginator {
    background: #424242;
    color: #ffffffde
}

.mat-mdc-paginator-icon {
    fill: #ffffff8a
}

.mat-mdc-paginator-decrement,.mat-mdc-paginator-increment {
    border-top: 2px solid rgba(255,255,255,.54);
    border-right: 2px solid rgba(255,255,255,.54)
}

.mat-mdc-paginator-first,.mat-mdc-paginator-last {
    border-top: 2px solid rgba(255,255,255,.54)
}

.mat-mdc-icon-button[disabled] .mat-mdc-paginator-decrement,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-increment,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-first,.mat-mdc-icon-button[disabled] .mat-mdc-paginator-last {
    border-color: #ffffff1f
}

.mat-mdc-icon-button[disabled] .mat-mdc-paginator-icon {
    fill: #ffffff1f
}

.mat-mdc-paginator .mat-mdc-form-field-infix {
    min-height: 40px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label {
    top: 20px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    --mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));
    transform: var(--mat-mdc-form-field-label-transform)
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix {
    padding-top: 8px;
    padding-bottom: 8px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix {
    padding-top: 8px;
    padding-bottom: 8px
}

.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix {
    padding-top: 8px;
    padding-bottom: 8px
}

.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label {
    display: none
}

.mat-mdc-paginator-container {
    min-height: 56px
}

.mat-mdc-paginator {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-caption-font-size, 12px);
    line-height: var(--mdc-typography-caption-line-height, 20px);
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: var(--mdc-typography-caption-letter-spacing, .0333333333em);
    -webkit-text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: var(--mdc-typography-caption-text-transform, none)
}

.mat-mdc-paginator .mat-mdc-select-value {
    font-size: 12px
}

.mat-mdc-tab,.mat-mdc-tab-link {
    background-color: #0000
}

.mat-mdc-tab .mdc-tab__text-label,.mat-mdc-tab-link .mdc-tab__text-label {
    color: #fff9
}

.mat-mdc-tab.mat-mdc-tab-disabled .mdc-tab__ripple:before,.mat-mdc-tab.mat-mdc-tab-disabled .mat-ripple-element,.mat-mdc-tab-link.mat-mdc-tab-disabled .mdc-tab__ripple:before,.mat-mdc-tab-link.mat-mdc-tab-disabled .mat-ripple-element {
    background-color: #ffffff80
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
    color: #c2185b
}

.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
    border-color: var(--mdc-tab-indicator-active-indicator-color, #c2185b)
}

.mdc-tab__ripple:before,.mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-link .mat-ripple-element {
    background-color: #c2185b
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
    color: #b0bec5
}

.mat-mdc-tab-group.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
    border-color: var(--mdc-tab-indicator-active-indicator-color, #b0bec5)
}

.mat-mdc-tab-group.mat-accent .mdc-tab__ripple:before,.mat-mdc-tab-group.mat-accent .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-accent .mat-mdc-tab-link .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mdc-tab__ripple:before,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-accent .mat-mdc-tab-link .mat-ripple-element {
    background-color: #b0bec5
}

.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled).mdc-tab--active .mdc-tab__text-label {
    color: #f44336
}

.mat-mdc-tab-group.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
    border-color: var(--mdc-tab-indicator-active-indicator-color, #f44336)
}

.mat-mdc-tab-group.mat-warn .mdc-tab__ripple:before,.mat-mdc-tab-group.mat-warn .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-group.mat-warn .mat-mdc-tab-link .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mdc-tab__ripple:before,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-header-pagination .mat-ripple-element,.mat-mdc-tab-nav-bar.mat-warn .mat-mdc-tab-link .mat-ripple-element {
    background-color: #f44336
}

.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary {
    --mat-mdc-tab-header-with-background-background-color: #c2185b;
    --mat-mdc-tab-header-with-background-foreground-color: #fff
}

.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent {
    --mat-mdc-tab-header-with-background-background-color: #b0bec5;
    --mat-mdc-tab-header-with-background-foreground-color: #000
}

.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn {
    --mat-mdc-tab-header-with-background-background-color: #f44336;
    --mat-mdc-tab-header-with-background-foreground-color: #fff
}

.mat-mdc-tab-header-pagination-chevron {
    border-color: var(--mdc-theme-on-surface, #fff)
}

.mat-mdc-tab-header .mdc-tab {
    height: 48px
}

.mdc-tab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-button-font-size, 14px);
    line-height: var(--mdc-typography-button-line-height, 36px);
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: var(--mdc-typography-button-text-transform, none)
}

.mat-mdc-checkbox .mdc-form-field {
    color: var(--mdc-theme-text-primary-on-background, white)
}

.mat-mdc-checkbox .mat-ripple-element {
    background-color: #ffffff1a
}

.mat-mdc-checkbox .mdc-checkbox__ripple {
    background: #fff
}

.mat-mdc-checkbox.mat-primary {
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #c2185b;
    --mdc-checkbox-selected-hover-icon-color: #c2185b;
    --mdc-checkbox-selected-icon-color: #c2185b;
    --mdc-checkbox-selected-pressed-icon-color: #c2185b;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)
}

.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element {
    background-color: #c2185b1a
}

.mat-mdc-checkbox.mat-primary .mdc-checkbox--selected~.mdc-checkbox__ripple {
    background: #c2185b
}

.mat-mdc-checkbox.mat-accent {
    --mdc-checkbox-selected-checkmark-color: #000;
    --mdc-checkbox-selected-focus-icon-color: #b0bec5;
    --mdc-checkbox-selected-hover-icon-color: #b0bec5;
    --mdc-checkbox-selected-icon-color: #b0bec5;
    --mdc-checkbox-selected-pressed-icon-color: #b0bec5;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)
}

.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element {
    background-color: #b0bec51a
}

.mat-mdc-checkbox.mat-accent .mdc-checkbox--selected~.mdc-checkbox__ripple {
    background: #b0bec5
}

.mat-mdc-checkbox.mat-warn {
    --mdc-checkbox-selected-checkmark-color: #fff;
    --mdc-checkbox-selected-focus-icon-color: #f44336;
    --mdc-checkbox-selected-hover-icon-color: #f44336;
    --mdc-checkbox-selected-icon-color: #f44336;
    --mdc-checkbox-selected-pressed-icon-color: #f44336;
    --mdc-checkbox-unselected-focus-icon-color: #eeeeee;
    --mdc-checkbox-unselected-hover-icon-color: #eeeeee;
    --mdc-checkbox-disabled-selected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-disabled-unselected-icon-color: rgba(255, 255, 255, .38);
    --mdc-checkbox-unselected-icon-color: rgba(255, 255, 255, .54);
    --mdc-checkbox-unselected-pressed-icon-color: rgba(255, 255, 255, .54)
}

.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mat-mdc-checkbox-ripple .mat-ripple-element {
    background-color: #f443361a
}

.mat-mdc-checkbox.mat-warn .mdc-checkbox--selected~.mdc-checkbox__ripple {
    background: #f44336
}

.mat-mdc-checkbox-disabled label {
    color: #ffffff80
}

.mat-mdc-checkbox .mdc-checkbox {
    padding: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
    margin: calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px) / 2)
}

.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__background {
    top: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2);
    left: calc((var(--mdc-checkbox-ripple-size, 40px) - 18px) / 2)
}

.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control {
    top: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
    right: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
    left: calc((40px - var(--mdc-checkbox-touch-target-size, 40px)) / 2);
    width: var(--mdc-checkbox-touch-target-size, 40px);
    height: var(--mdc-checkbox-touch-target-size, 40px)
}

@media all and (-ms-high-contrast: none) {
    .mdc-checkbox .mdc-checkbox__focus-ring {
        display: none
    }
}

.mdc-form-field {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body2-font-size, 14px);
    line-height: var(--mdc-typography-body2-line-height, 20px);
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: var(--mdc-typography-body2-text-transform, none)
}

.mat-mdc-button.mat-unthemed {
    --mdc-text-button-label-text-color: #fff
}

.mat-mdc-button.mat-primary {
    --mdc-text-button-label-text-color: #c2185b
}

.mat-mdc-button.mat-accent {
    --mdc-text-button-label-text-color: #b0bec5
}

.mat-mdc-button.mat-warn {
    --mdc-text-button-label-text-color: #f44336
}

.mat-mdc-button[disabled][disabled] {
    --mdc-text-button-disabled-label-text-color: rgba(255, 255, 255, .5);
    --mdc-text-button-label-text-color: rgba(255, 255, 255, .5)
}

.mat-mdc-unelevated-button.mat-unthemed {
    --mdc-filled-button-container-color: #424242;
    --mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button.mat-primary {
    --mdc-filled-button-container-color: #c2185b;
    --mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button.mat-accent {
    --mdc-filled-button-container-color: #b0bec5;
    --mdc-filled-button-label-text-color: #000
}

.mat-mdc-unelevated-button.mat-warn {
    --mdc-filled-button-container-color: #f44336;
    --mdc-filled-button-label-text-color: #fff
}

.mat-mdc-unelevated-button[disabled][disabled] {
    --mdc-filled-button-disabled-container-color: rgba(255, 255, 255, .12);
    --mdc-filled-button-disabled-label-text-color: rgba(255, 255, 255, .5);
    --mdc-filled-button-container-color: rgba(255, 255, 255, .12);
    --mdc-filled-button-label-text-color: rgba(255, 255, 255, .5)
}

.mat-mdc-raised-button.mat-unthemed {
    --mdc-protected-button-container-color: #424242;
    --mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button.mat-primary {
    --mdc-protected-button-container-color: #c2185b;
    --mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button.mat-accent {
    --mdc-protected-button-container-color: #b0bec5;
    --mdc-protected-button-label-text-color: #000
}

.mat-mdc-raised-button.mat-warn {
    --mdc-protected-button-container-color: #f44336;
    --mdc-protected-button-label-text-color: #fff
}

.mat-mdc-raised-button[disabled][disabled] {
    --mdc-protected-button-disabled-container-color: rgba(255, 255, 255, .12);
    --mdc-protected-button-disabled-label-text-color: rgba(255, 255, 255, .5);
    --mdc-protected-button-container-color: rgba(255, 255, 255, .12);
    --mdc-protected-button-label-text-color: rgba(255, 255, 255, .5);
    --mdc-protected-button-container-elevation: 0
}

.mat-mdc-outlined-button {
    --mdc-outlined-button-outline-color: rgba(255, 255, 255, .12)
}

.mat-mdc-outlined-button.mat-unthemed {
    --mdc-outlined-button-label-text-color: #fff
}

.mat-mdc-outlined-button.mat-primary {
    --mdc-outlined-button-label-text-color: #c2185b
}

.mat-mdc-outlined-button.mat-accent {
    --mdc-outlined-button-label-text-color: #b0bec5
}

.mat-mdc-outlined-button.mat-warn {
    --mdc-outlined-button-label-text-color: #f44336
}

.mat-mdc-outlined-button[disabled][disabled] {
    --mdc-outlined-button-label-text-color: rgba(255, 255, 255, .5);
    --mdc-outlined-button-disabled-label-text-color: rgba(255, 255, 255, .5);
    --mdc-outlined-button-outline-color: rgba(255, 255, 255, .12);
    --mdc-outlined-button-disabled-outline-color: rgba(255, 255, 255, .12)
}

.mat-mdc-button,.mat-mdc-outlined-button {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before {
    opacity: .08
}

.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
    opacity: .24
}

.mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before {
    opacity: .24
}

.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary {
    --mat-mdc-button-persistent-ripple-color: #c2185b;
    --mat-mdc-button-ripple-color: rgba(194, 24, 91, .1)
}

.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent {
    --mat-mdc-button-persistent-ripple-color: #b0bec5;
    --mat-mdc-button-ripple-color: rgba(176, 190, 197, .1)
}

.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn {
    --mat-mdc-button-persistent-ripple-color: #f44336;
    --mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)
}

.mat-mdc-raised-button,.mat-mdc-unelevated-button {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before {
    opacity: .08
}

.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
    opacity: .24
}

.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before {
    opacity: .24
}

.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent {
    --mat-mdc-button-persistent-ripple-color: #000;
    --mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)
}

.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base {
    height: 36px
}

.mdc-button {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-button-font-size, 14px);
    line-height: var(--mdc-typography-button-line-height, 36px);
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: var(--mdc-typography-button-text-transform, none)
}

.mat-mdc-icon-button {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before {
    opacity: .08
}

.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
    opacity: .24
}

.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before {
    opacity: .24
}

.mat-mdc-icon-button.mat-primary {
    --mat-mdc-button-persistent-ripple-color: #c2185b;
    --mat-mdc-button-ripple-color: rgba(194, 24, 91, .1)
}

.mat-mdc-icon-button.mat-accent {
    --mat-mdc-button-persistent-ripple-color: #b0bec5;
    --mat-mdc-button-ripple-color: rgba(176, 190, 197, .1)
}

.mat-mdc-icon-button.mat-warn {
    --mat-mdc-button-persistent-ripple-color: #f44336;
    --mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)
}

.mat-mdc-icon-button.mat-primary {
    --mdc-icon-button-icon-color: #c2185b
}

.mat-mdc-icon-button.mat-accent {
    --mdc-icon-button-icon-color: #b0bec5
}

.mat-mdc-icon-button.mat-warn {
    --mdc-icon-button-icon-color: #f44336
}

.mat-mdc-icon-button[disabled][disabled] {
    --mdc-icon-button-icon-color: rgba(255, 255, 255, .5);
    --mdc-icon-button-disabled-icon-color: rgba(255, 255, 255, .5)
}

.mat-mdc-icon-button.mat-mdc-button-base {
    width: 48px;
    height: 48px;
    padding: 12px
}

.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
    max-height: 48px;
    max-width: 48px
}

.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
    width: 40px;
    height: 40px;
    margin: 4px
}

.mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
    max-height: 40px;
    max-width: 40px
}

.mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
    position: absolute;
    top: 50%;
    height: 48px;
    left: 50%;
    width: 48px;
    transform: translate(-50%,-50%)
}

.mat-mdc-fab,.mat-mdc-mini-fab {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before {
    opacity: .08
}

.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before {
    opacity: .24
}

.mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before {
    opacity: .24
}

.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent {
    --mat-mdc-button-persistent-ripple-color: #000;
    --mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)
}

.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn {
    --mat-mdc-button-persistent-ripple-color: #fff;
    --mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)
}

.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed {
    --mdc-fab-container-color: #424242;
    --mdc-fab-icon-color: #fff;
    --mat-mdc-fab-color: #fff
}

.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary {
    --mdc-fab-container-color: #c2185b;
    --mdc-fab-icon-color: #fff;
    --mat-mdc-fab-color: #fff
}

.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent {
    --mdc-fab-container-color: #b0bec5;
    --mdc-fab-icon-color: #000;
    --mat-mdc-fab-color: #000
}

.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn {
    --mdc-fab-container-color: #f44336;
    --mdc-fab-icon-color: #fff;
    --mat-mdc-fab-color: #fff
}

.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled] {
    --mdc-fab-container-color: rgba(255, 255, 255, .12);
    --mdc-fab-icon-color: rgba(255, 255, 255, .5);
    --mat-mdc-fab-color: rgba(255, 255, 255, .5)
}

.mdc-fab--extended {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-button-font-size, 14px);
    line-height: var(--mdc-typography-button-line-height, 36px);
    font-weight: var(--mdc-typography-button-font-weight, 500);
    letter-spacing: var(--mdc-typography-button-letter-spacing, .0892857143em);
    -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-decoration: var(--mdc-typography-button-text-decoration, none);
    text-transform: var(--mdc-typography-button-text-transform, none)
}

.mat-mdc-snack-bar-container {
    --mat-mdc-snack-bar-button-color: rgba(0, 0, 0, .87);
    --mdc-snackbar-container-color: #d9d9d9;
    --mdc-snackbar-supporting-text-color: rgba(66, 66, 66, .87)
}

.mat-mdc-snack-bar-container {
    --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
    --mdc-snackbar-supporting-text-line-height: 20px;
    --mdc-snackbar-supporting-text-size: 14px;
    --mdc-snackbar-supporting-text-weight: 400
}

.mdc-data-table {
    background-color: var(--mdc-theme-surface, #424242);
    border-color: #ffffff1f
}

.mdc-data-table__row {
    background-color: inherit
}

.mdc-data-table__header-cell {
    background-color: var(--mdc-theme-surface, #424242)
}

.mdc-data-table__row--selected {
    background-color: #c2185b0a
}

.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,.mdc-data-table__pagination-rows-per-page-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__trailing {
    border-color: #ffffff1f
}

.mdc-data-table__cell,.mdc-data-table__header-cell {
    border-bottom-color: #ffffff1f
}

.mdc-data-table__pagination {
    border-top-color: #ffffff1f
}

.mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
    background-color: #ffffff0a
}

.mdc-data-table__header-cell,.mdc-data-table__pagination-total,.mdc-data-table__pagination-rows-per-page-label,.mdc-data-table__cell {
    color: #ffffffde
}

.mat-mdc-table {
    background: #424242
}

.mat-mdc-table .mdc-data-table__row {
    height: 52px
}

.mat-mdc-table .mdc-data-table__pagination {
    min-height: 52px
}

.mat-mdc-table .mdc-data-table__header-row {
    height: 56px
}

.mdc-data-table__content,.mdc-data-table__cell {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-body2-font-size, 14px);
    line-height: var(--mdc-typography-body2-line-height, 20px);
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: var(--mdc-typography-body2-letter-spacing, .0178571429em);
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: var(--mdc-typography-body2-text-transform, none)
}

.mdc-data-table__header-cell {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: var(--mdc-typography-subtitle2-font-size, 14px);
    line-height: var(--mdc-typography-subtitle2-line-height, 22px);
    font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
    letter-spacing: var(--mdc-typography-subtitle2-letter-spacing, .0071428571em);
    -webkit-text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-transform: var(--mdc-typography-subtitle2-text-transform, none)
}

.mat-mdc-progress-spinner {
    --mdc-circular-progress-active-indicator-color: #c2185b
}

.mat-mdc-progress-spinner.mat-accent {
    --mdc-circular-progress-active-indicator-color: #b0bec5
}

.mat-mdc-progress-spinner.mat-warn {
    --mdc-circular-progress-active-indicator-color: #f44336
}

.mat-badge {
    position: relative
}

.mat-badge.mat-badge {
    overflow: visible
}

.mat-badge-hidden .mat-badge-content {
    display: none
}

.mat-badge-content {
    position: absolute;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: transform .2s ease-in-out;
    transform: scale(.6);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none
}

.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable {
    transition: none
}

.mat-badge-content.mat-badge-active {
    transform: none
}

.mat-badge-small .mat-badge-content {
    width: 16px;
    height: 16px;
    line-height: 16px
}

.mat-badge-small.mat-badge-above .mat-badge-content {
    top: -8px
}

.mat-badge-small.mat-badge-below .mat-badge-content {
    bottom: -8px
}

.mat-badge-small.mat-badge-before .mat-badge-content {
    left: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
    left: auto;
    right: -16px
}

.mat-badge-small.mat-badge-after .mat-badge-content {
    right: -16px
}

[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
    right: auto;
    left: -16px
}

.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -8px
}

.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -8px
}

[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -8px
}

.mat-badge-medium .mat-badge-content {
    width: 22px;
    height: 22px;
    line-height: 22px
}

.mat-badge-medium.mat-badge-above .mat-badge-content {
    top: -11px
}

.mat-badge-medium.mat-badge-below .mat-badge-content {
    bottom: -11px
}

.mat-badge-medium.mat-badge-before .mat-badge-content {
    left: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
    left: auto;
    right: -22px
}

.mat-badge-medium.mat-badge-after .mat-badge-content {
    right: -22px
}

[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
    right: auto;
    left: -22px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -11px
}

.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -11px
}

[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -11px
}

.mat-badge-large .mat-badge-content {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.mat-badge-large.mat-badge-above .mat-badge-content {
    top: -14px
}

.mat-badge-large.mat-badge-below .mat-badge-content {
    bottom: -14px
}

.mat-badge-large.mat-badge-before .mat-badge-content {
    left: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
    left: auto;
    right: -28px
}

.mat-badge-large.mat-badge-after .mat-badge-content {
    right: -28px
}

[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
    right: auto;
    left: -28px
}

.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
    left: auto;
    right: -14px
}

.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: -14px
}

[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
    right: auto;
    left: -14px
}

.mat-badge-content {
    color: #fff;
    background: #c2185b
}

.cdk-high-contrast-active .mat-badge-content {
    outline: solid 1px;
    border-radius: 0
}

.mat-badge-accent .mat-badge-content {
    background: #b0bec5;
    color: #000000de
}

.mat-badge-warn .mat-badge-content {
    color: #fff;
    background: #f44336
}

.mat-badge-disabled .mat-badge-content {
    background: #6e6e6e;
    color: #ffffff80
}

.mat-badge-content {
    font-weight: 600;
    font-size: 12px;
    font-family: Roboto,sans-serif
}

.mat-badge-small .mat-badge-content {
    font-size: 9px
}

.mat-badge-large .mat-badge-content {
    font-size: 24px
}

.mat-bottom-sheet-container {
    box-shadow: 0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f;
    background: #424242;
    color: #fff
}

.mat-bottom-sheet-container {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto,sans-serif;
    letter-spacing: .0178571429em
}

.mat-button-toggle-standalone:not([class=mat-elevation-z]),.mat-button-toggle-group:not([class=mat-elevation-z]) {
    box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard:not([class=mat-elevation-z]),.mat-button-toggle-group-appearance-standard:not([class=mat-elevation-z]) {
    box-shadow: none
}

.mat-button-toggle {
    color: #ffffff80
}

.mat-button-toggle .mat-button-toggle-focus-overlay {
    background-color: #ffffff1f
}

.mat-button-toggle-appearance-standard {
    color: #fff;
    background: #424242
}

.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
    background-color: #fff
}

.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle {
    border-left: solid 1px #595959
}

[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle {
    border-left: none;
    border-right: solid 1px #595959
}

.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle {
    border-left: none;
    border-right: none;
    border-top: solid 1px #595959
}

.mat-button-toggle-checked {
    background-color: #212121;
    color: #ffffffb3
}

.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
    color: #fff
}

.mat-button-toggle-disabled {
    color: #ffffff4d;
    background-color: #000
}

.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
    background: #424242
}

.mat-button-toggle-disabled.mat-button-toggle-checked {
    background-color: #424242
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard {
    border: solid 1px #595959
}

.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
    line-height: 48px
}

.mat-button-toggle {
    font-family: Roboto,sans-serif
}

.mat-calendar-arrow {
    fill: #fff
}

.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button {
    color: #fff
}

.mat-calendar-table-header-divider:after {
    background: rgba(255,255,255,.12)
}

.mat-calendar-table-header,.mat-calendar-body-label {
    color: #ffffffb3
}

.mat-calendar-body-cell-content,.mat-date-range-input-separator {
    color: #fff;
    border-color: #0000
}

.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    color: #ffffff80
}

.mat-form-field-disabled .mat-date-range-input-separator {
    color: #ffffff80
}

.mat-calendar-body-in-preview {
    color: #ffffff3d
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: #ffffff80
}

.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    border-color: #ffffff4d
}

.mat-calendar-body-in-range:before {
    background: rgba(194,24,91,.2)
}

.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range:before {
    background: rgba(249,171,0,.2)
}

.mat-calendar-body-comparison-bridge-start:before,[dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(to right,rgba(194,24,91,.2) 50%,rgba(249,171,0,.2) 50%)
}

.mat-calendar-body-comparison-bridge-end:before,[dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(to left,rgba(194,24,91,.2) 50%,rgba(249,171,0,.2) 50%)
}

.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
    background: #a8dab5
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
    background: #46a35e
}

.mat-calendar-body-selected {
    background-color: #c2185b;
    color: #fff
}

.mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: #c2185b66
}

.mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: #c2185b4d
}

@media (hover: hover) {
    .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
        background-color:#c2185b4d
    }
}

.mat-datepicker-content {
    box-shadow: 0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;
    background-color: #424242;
    color: #fff
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
    background: rgba(176,190,197,.2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
    background: rgba(249,171,0,.2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(to right,rgba(176,190,197,.2) 50%,rgba(249,171,0,.2) 50%)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(to left,rgba(176,190,197,.2) 50%,rgba(249,171,0,.2) 50%)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
    background: #a8dab5
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
    background: #46a35e
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
    background-color: #b0bec5;
    color: #000000de
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: #b0bec566
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #000000de
}

.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: #b0bec54d
}

@media (hover: hover) {
    .mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
        background-color:#b0bec54d
    }
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
    background: rgba(244,67,54,.2)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
    background: rgba(249,171,0,.2)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
    background: linear-gradient(to right,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
    background: linear-gradient(to left,rgba(244,67,54,.2) 50%,rgba(249,171,0,.2) 50%)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after {
    background: #a8dab5
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
    background: #46a35e
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
    background-color: #f44336;
    color: #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected {
    background-color: #f4433666
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
    box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
    background-color: #f443364d
}

@media (hover: hover) {
    .mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
        background-color:#f443364d
    }
}

.mat-datepicker-content-touch {
    box-shadow: 0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f
}

.mat-datepicker-toggle-active {
    color: #c2185b
}

.mat-datepicker-toggle-active.mat-accent {
    color: #b0bec5
}

.mat-datepicker-toggle-active.mat-warn {
    color: #f44336
}

.mat-date-range-input-inner[disabled] {
    color: #ffffff80
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
    width: 40px;
    height: 40px;
    padding: 8px
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__focus-ring {
    max-height: 40px;
    max-width: 40px
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__ripple {
    width: 40px;
    height: 40px;
    margin: 0
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base.mdc-icon-button--reduced-size .mdc-icon-button__focus-ring {
    max-height: 40px;
    max-width: 40px
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mdc-icon-button__touch {
    position: absolute;
    top: 50%;
    height: 40px;
    left: 50%;
    width: 40px;
    transform: translate(-50%,-50%)
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
    display: none
}

.mat-calendar {
    font-family: Roboto,sans-serif
}

.mat-calendar-body {
    font-size: 13px
}

.mat-calendar-body-label,.mat-calendar-period-button {
    font-size: 14px;
    font-weight: 500
}

.mat-calendar-table-header th {
    font-size: 11px;
    font-weight: 400
}

.mat-divider {
    border-top-color: #ffffff1f
}

.mat-divider-vertical {
    border-right-color: #ffffff1f
}

.mat-expansion-panel {
    background: #424242;
    color: #fff
}

.mat-expansion-panel:not([class=mat-elevation-z]) {
    box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f
}

.mat-action-row {
    border-top-color: #ffffff1f
}

.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
    background: rgba(255,255,255,.04)
}

@media (hover: none) {
    .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
        background:#424242
    }
}

.mat-expansion-panel-header-title {
    color: #fff
}

.mat-expansion-panel-header-description,.mat-expansion-indicator:after {
    color: #ffffffb3
}

.mat-expansion-panel-header[aria-disabled=true] {
    color: #ffffff4d
}

.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
    color: inherit
}

.mat-expansion-panel-header {
    height: 48px
}

.mat-expansion-panel-header.mat-expanded {
    height: 64px
}

.mat-expansion-panel-header {
    font-family: Roboto,sans-serif;
    font-size: 14px;
    font-weight: 500
}

.mat-expansion-panel-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto,sans-serif;
    letter-spacing: .0178571429em
}

.mat-grid-tile-header,.mat-grid-tile-footer {
    font-size: 14px
}

.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box
}

.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2) {
    font-size: 12px
}

.mat-icon.mat-primary {
    color: #c2185b
}

.mat-icon.mat-accent {
    color: #b0bec5
}

.mat-icon.mat-warn {
    color: #f44336
}

.mat-drawer-container {
    background-color: #303030;
    color: #fff
}

.mat-drawer {
    background-color: #424242;
    color: #fff
}

.mat-drawer.mat-drawer-push {
    background-color: #424242
}

.mat-drawer:not(.mat-drawer-side) {
    box-shadow: 0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f
}

.mat-drawer-side {
    border-right: solid 1px rgba(255,255,255,.12)
}

.mat-drawer-side.mat-drawer-end,[dir=rtl] .mat-drawer-side {
    border-left: solid 1px rgba(255,255,255,.12);
    border-right: none
}

[dir=rtl] .mat-drawer-side.mat-drawer-end {
    border-left: none;
    border-right: solid 1px rgba(255,255,255,.12)
}

.mat-drawer-backdrop.mat-drawer-shown {
    background-color: #bdbdbd99
}

.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover:not([aria-disabled]),.mat-step-header:hover[aria-disabled=false] {
    background-color: #ffffff0a
}

.mat-step-header:hover[aria-disabled=true] {
    cursor: default
}

@media (hover: none) {
    .mat-step-header:hover {
        background:none
    }
}

.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional {
    color: #ffffffb3
}

.mat-step-header .mat-step-icon {
    background-color: #ffffffb3;
    color: #fff
}

.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit {
    background-color: #c2185b;
    color: #fff
}

.mat-step-header.mat-accent .mat-step-icon {
    color: #000000de
}

.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit {
    background-color: #b0bec5;
    color: #000000de
}

.mat-step-header.mat-warn .mat-step-icon {
    color: #fff
}

.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit {
    background-color: #f44336;
    color: #fff
}

.mat-step-header .mat-step-icon-state-error {
    background-color: #0000;
    color: #f44336
}

.mat-step-header .mat-step-label.mat-step-label-active {
    color: #fff
}

.mat-step-header .mat-step-label.mat-step-label-error {
    color: #f44336
}

.mat-stepper-horizontal,.mat-stepper-vertical {
    background-color: #424242
}

.mat-stepper-vertical-line:before {
    border-left-color: #ffffff1f
}

.mat-horizontal-stepper-header:before,.mat-horizontal-stepper-header:after,.mat-stepper-horizontal-line {
    border-top-color: #ffffff1f
}

.mat-horizontal-stepper-header {
    height: 72px
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header {
    padding: 24px
}

.mat-stepper-vertical-line:before {
    top: -16px;
    bottom: -16px
}

.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header:before {
    top: 36px
}

.mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
    top: 36px
}

.mat-stepper-vertical,.mat-stepper-horizontal {
    font-family: Roboto,sans-serif
}

.mat-step-label {
    font-size: 14px;
    font-weight: 400
}

.mat-step-sub-label-error {
    font-weight: 400
}

.mat-step-label-error {
    font-size: 16px
}

.mat-step-label-selected {
    font-size: 16px;
    font-weight: 400
}

.mat-sort-header-arrow {
    color: #c6c6c6
}

.mat-toolbar {
    background: #212121;
    color: #fff
}

.mat-toolbar.mat-primary {
    background: #c2185b;
    color: #fff
}

.mat-toolbar.mat-accent {
    background: #b0bec5;
    color: #000000de
}

.mat-toolbar.mat-warn {
    background: #f44336;
    color: #fff
}

.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple {
    background-color: currentColor
}

.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
    color: inherit
}

.mat-toolbar .mat-input-element {
    caret-color: currentColor
}

.mat-toolbar-multiple-rows {
    min-height: 64px
}

.mat-toolbar-row,.mat-toolbar-single-row {
    height: 64px
}

@media (max-width: 599px) {
    .mat-toolbar-multiple-rows {
        min-height:56px
    }

    .mat-toolbar-row,.mat-toolbar-single-row {
        height: 56px
    }
}

.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-family: Roboto,sans-serif;
    letter-spacing: .0125em;
    margin: 0
}

.mat-tree {
    background: #424242
}

.mat-tree-node,.mat-nested-tree-node {
    color: #fff
}

.mat-tree-node {
    min-height: 48px
}

.mat-tree {
    font-family: Roboto,sans-serif
}

.mat-tree-node,.mat-nested-tree-node {
    font-weight: 400;
    font-size: 14px
}

.mat-h1,.mat-headline-5,.mat-typography .mat-h1,.mat-typography .mat-headline-5,.mat-typography h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    font-family: Roboto,sans-serif;
    letter-spacing: normal;
    margin: 0 0 16px
}

.mat-h2,.mat-headline-6,.mat-typography .mat-h2,.mat-typography .mat-headline-6,.mat-typography h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    font-family: Roboto,sans-serif;
    letter-spacing: .0125em;
    margin: 0 0 16px
}

.mat-h3,.mat-subtitle-1,.mat-typography .mat-h3,.mat-typography .mat-subtitle-1,.mat-typography h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: Roboto,sans-serif;
    letter-spacing: .009375em;
    margin: 0 0 16px
}

.mat-h4,.mat-body-1,.mat-typography .mat-h4,.mat-typography .mat-body-1,.mat-typography h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: Roboto,sans-serif;
    letter-spacing: .03125em;
    margin: 0 0 16px
}

.mat-h5,.mat-typography .mat-h5,.mat-typography h5 {
    font: 400 11.62px/20px Roboto,sans-serif;
    margin: 0 0 12px
}

.mat-h6,.mat-typography .mat-h6,.mat-typography h6 {
    font: 400 9.38px/20px Roboto,sans-serif;
    margin: 0 0 12px
}

.mat-body-strong,.mat-subtitle-2,.mat-typography .mat-body-strong,.mat-typography .mat-subtitle-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: Roboto,sans-serif;
    letter-spacing: .0071428571em
}

.mat-body,.mat-body-2,.mat-typography .mat-body,.mat-typography .mat-body-2,.mat-typography {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto,sans-serif;
    letter-spacing: .0178571429em;
}

.mat-body p,.mat-body-2 p,.mat-typography .mat-body p,.mat-typography .mat-body-2 p,.mat-typography p {
    margin: 0 0 12px
}

.mat-small,.mat-caption,.mat-typography .mat-small,.mat-typography .mat-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto,sans-serif;
    letter-spacing: .0333333333em
}

.mat-headline-1,.mat-typography .mat-headline-1 {
    font-size: 96px;
    font-weight: 300;
    line-height: 96px;
    font-family: Roboto,sans-serif;
    letter-spacing: -.015625em;
    margin: 0 0 56px
}

.mat-headline-2,.mat-typography .mat-headline-2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 60px;
    font-family: Roboto,sans-serif;
    letter-spacing: -.0083333333em;
    margin: 0 0 64px
}

.mat-headline-3,.mat-typography .mat-headline-3 {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    font-family: Roboto,sans-serif;
    letter-spacing: normal;
    margin: 0 0 64px
}

.mat-headline-4,.mat-typography .mat-headline-4 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
    font-family: Roboto,sans-serif;
    letter-spacing: .0073529412em;
    margin: 0 0 64px
}

html,body {
    height: 100%
}

body {
    margin: 0;
    font-family: Roboto,Helvetica Neue,sans-serif
}

li.trinity-check i.icon-check {
    background: transparent url(/src/assets/images/B2C/trinity.png) no-repeat!important
}

.clearfix {
    zoom :1}

.clearfix:before,.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block
}

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

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

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a:hover,a:active {
    outline: 0
}

sub,sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    width: auto ;
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic
}

#map_canvas img,.google-maps img {
    max-width: none
}

button,input,select,textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}

button,input {
    overflow: visible;
    line-height: normal
}

button::-moz-focus-inner,input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

body {
    margin: 0;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #154372;
}

a {
    color: #08c;
    text-decoration: none
}

a:hover {
    color: #005580;
    text-decoration: underline
}

.img-rounded {
    border-radius: 6px
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 1px 3px #0000001a
}

.img-circle {
    border-radius: 500px
}

.row {
    margin-left: -20px;
    zoom:1}

.row:before,.row:after {
    display: table;
    content: "";
    line-height: 0
}

.row:after {
    clear: both
}

[class=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}

.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container,.span12 {
    width: 940px
}

.span11 {
    width: 860px
}

.span10 {
    width: 780px
}

.span9 {
    width: 700px
}

.span8 {
    width: 620px;
    color: #004e78
}

.span7 {
    width: 540px
}

.span6 {
    width: 460px
}

.span5 {
    width: 380px
}

.span4 {
    width: 300px
}

.span3 {
    width: 220px
}

.span2 {
    width: 140px
}

.span1 {
    width: 60px
}

.offset12 {
    margin-left: 980px
}

.offset11 {
    margin-left: 900px
}

.offset10 {
    margin-left: 820px
}

.offset9 {
    margin-left: 740px
}

.offset8 {
    margin-left: 660px
}

.offset7 {
    margin-left: 580px
}

.offset6 {
    margin-left: 500px
}

.offset5 {
    margin-left: 420px
}

.offset4 {
    margin-left: 340px
}

.offset3 {
    margin-left: 260px
}

.offset2 {
    margin-left: 180px
}

.offset1 {
    margin-left: 100px
}

.row-fluid {
    width: 100%;
    zoom:1}

.row-fluid:before,.row-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.row-fluid:after {
    clear: both
}

.row-fluid [class=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574468085%;
    margin-left: 2.074468085106383%
}

.row-fluid [class=span]:first-child {
    margin-left: 0
}

.row-fluid .controls-row [class=span]+[class=span] {
    margin-left: 2.127659574468085%
}

.row-fluid .span12 {
    width: 100%;
    width: 99.94680851063829%
}

.row-fluid .span11 {
    width: 91.48936170212765%;
    width: 91.43617021276594%
}

.row-fluid .span10 {
    width: 82.97872340425532%;
    width: 82.92553191489361%
}

.row-fluid .span9 {
    width: 74.46808510638297%;
    width: 74.41489361702126%
}

.row-fluid .span8 {
    width: 65.95744680851064%;
    width: 65.90425531914893%
}

.row-fluid .span7 {
    width: 57.44680851063829%;
    width: 57.39361702127659%
}

.row-fluid .span6 {
    width: 48.93617021276595%;
    width: 48.88297872340425%
}

.row-fluid .span5 {
    width: 40.42553191489362%;
    width: 40.37234042553192%
}

.row-fluid .span4 {
    width: 31.914893617021278%;
    width: 31.861702127659576%
}

.row-fluid .span3 {
    width: 23.404255319148934%;
    width: 23.351063829787233%
}

.row-fluid .span2 {
    width: 14.893617021276595%;
    width: 14.840425531914894%
}

.row-fluid .span1 {
    width: 6.382978723404255%;
    width: 6.329787234042553%
}

.row-fluid .offset12 {
    margin-left: 104.25531914893617%;
    margin-left: 104.14893617021275%
}

.row-fluid .offset12:first-child {
    margin-left: 102.12765957446808%;
    margin-left: 102.02127659574467%
}

.row-fluid .offset11 {
    margin-left: 95.74468085106382%;
    margin-left: 95.6382978723404%
}

.row-fluid .offset11:first-child {
    margin-left: 93.61702127659574%;
    margin-left: 93.51063829787232%
}

.row-fluid .offset10 {
    margin-left: 87.23404255319149%;
    margin-left: 87.12765957446807%
}

.row-fluid .offset10:first-child {
    margin-left: 85.1063829787234%;
    margin-left: 84.99999999999999%
}

.row-fluid .offset9 {
    margin-left: 78.72340425531914%;
    margin-left: 78.61702127659572%
}

.row-fluid .offset9:first-child {
    margin-left: 76.59574468085106%;
    margin-left: 76.48936170212764%
}

.row-fluid .offset8 {
    margin-left: 70.2127659574468%;
    margin-left: 70.10638297872339%
}

.row-fluid .offset8:first-child {
    margin-left: 68.08510638297872%;
    margin-left: 67.9787234042553%
}

.row-fluid .offset7 {
    margin-left: 61.70212765957446%;
    margin-left: 61.59574468085106%
}

.row-fluid .offset7:first-child {
    margin-left: 59.574468085106375%;
    margin-left: 59.46808510638297%
}

.row-fluid .offset6 {
    margin-left: 53.191489361702125%;
    margin-left: 53.085106382978715%
}

.row-fluid .offset6:first-child {
    margin-left: 51.063829787234035%;
    margin-left: 50.95744680851063%
}

.row-fluid .offset5 {
    margin-left: 44.68085106382979%;
    margin-left: 44.57446808510638%
}

.row-fluid .offset5:first-child {
    margin-left: 42.5531914893617%;
    margin-left: 42.4468085106383%
}

.row-fluid .offset4 {
    margin-left: 36.170212765957444%;
    margin-left: 36.06382978723405%
}

.row-fluid .offset4:first-child {
    margin-left: 34.04255319148936%;
    margin-left: 33.93617021276596%
}

.row-fluid .offset3 {
    margin-left: 27.659574468085104%;
    margin-left: 27.5531914893617%
}

.row-fluid .offset3:first-child {
    margin-left: 25.53191489361702%;
    margin-left: 25.425531914893618%
}

.row-fluid .offset2 {
    margin-left: 19.148936170212764%;
    margin-left: 19.04255319148936%
}

.row-fluid .offset2:first-child {
    margin-left: 17.02127659574468%;
    margin-left: 16.914893617021278%
}

.row-fluid .offset1 {
    margin-left: 10.638297872340425%;
    margin-left: 10.53191489361702%
}

.row-fluid .offset1:first-child {
    margin-left: 8.51063829787234%;
    margin-left: 8.404255319148938%
}

[class=span].hide,.row-fluid [class=span].hide {
    display: none
}

[class=span].pull-right,.row-fluid [class=span].pull-right {
    float: right
}

.container {
    margin-right: auto;
    margin-left: auto;
    zoom:1}

.container:before,.container:after {
    display: table;
    content: "";
    line-height: 0
}

.container:after {
    clear: both
}

.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    zoom:1}

.container-fluid:before,.container-fluid:after {
    display: table;
    content: "";
    line-height: 0
}

.container-fluid:after {
    clear: both
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 200;
    line-height: 30px
}

small {
    font-size: 85%
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}

cite {
    font-style: normal
}

.muted {
    color: #999
}

.text-warning {
    color: #c09853
}

a.text-warning:hover {
    color: #a47e3c
}

.text-error {
    color: #b94a48
}

a.text-error:hover {
    color: #953b39
}

.text-info {
    color: #3a87ad
}

a.text-info:hover {
    color: #2d6987
}

.text-success {
    color: #468847
}

a.text-success:hover {
    color: #356635
}

h1,h2,h3,h4,h5,h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: 700;
    line-height: 20px;
    color: #154372;
    text-rendering: optimizelegibility
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1,h2,h3 {
    line-height: 40px
}

h1 {
    font-size: 38.5px
}

h2 {
    font-size: 31.5px
}

h3 {
    font-size: 24.5px
}

h4 {
    font-size: 17.5px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 11.9px
}

h1 small {
    font-size: 24.5px
}

h2 small {
    font-size: 17.5px
}

h3 small,h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eeeeee
}

ul,ol {
    padding: 0;
    margin: 0 0 10px 25px
}

ul ul,ul ol,ol ol,ol ul {
    margin-bottom: 0
}

li {
    line-height: 20px
}

ul.unstyled,ol.unstyled {
    margin-left: 0;
    list-style: none
}

dl {
    margin-bottom: 20px
}

dt,dd {
    line-height: 20px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 10px
}

.dl-horizontal {
    zoom:1}

.dl-horizontal:before,.dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0
}

.dl-horizontal:after {
    clear: both
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dl-horizontal dd {
    margin-left: 180px
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 5px solid #eeeeee
}

blockquote p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px
}

blockquote small {
    display: block;
    line-height: 20px;
    color: #999
}

blockquote small:before {
    content: "2014a0"
}

blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0
}

blockquote.pull-right p,blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ""
}

blockquote.pull-right small:after {
    content: "a02014"
}

q:before,q:after,blockquote:before,blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px
}

code,pre {
    padding: 0 3px 2px;
    font-family: Monaco,Menlo,Consolas,Courier New,monospace;
    font-size: 12px;
    color: #333;
    border-radius: 3px
}

code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 20px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.label,.badge {
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: 700;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #999
}

.label {
    border-radius: 3px
}

.badge {
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 9px
}

a.label:hover,a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-important,.badge-important {
    background-color: #b94a48
}

.label-important[href],.badge-important[href] {
    background-color: #953b39
}

.label-warning,.badge-warning {
    background-color: #f89406
}

.label-warning[href],.badge-warning[href] {
    background-color: #c67605
}

.label-success,.badge-success {
    background-color: #468847
}

.label-success[href],.badge-success[href] {
    background-color: #356635
}

.label-info,.badge-info {
    background-color: #3a87ad
}

.label-info[href],.badge-info[href] {
    background-color: #2d6987
}

.label-inverse,.badge-inverse {
    background-color: #333
}

.label-inverse[href],.badge-inverse[href] {
    background-color: #1a1a1a
}

.btn .label,.btn .badge {
    position: relative;
    top: -1px
}

.btn-mini .label,.btn-mini .badge {
    top: 0
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table th,.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd
}

.table th {
    font-weight: 700
}

.table thead th {
    vertical-align: bottom
}

.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #dddddd
}

.table-bordered {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-collapse: collapse;
    border-left: 0;
    border-radius: 4px
}

.table-bordered th,.table-bordered td {
    border-left: 1px solid #dddddd
}

.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child {
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child,.table-bordered tfoot:last-child tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
    -moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child,.table-bordered tfoot:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

.table-striped tbody tr:nth-child(odd) td,.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9
}

.table-hover tbody tr:hover td,.table-hover tbody tr:hover th {
    background-color: #f5f5f5
}

table td[class=span],table th[class=span],.row-fluid table td[class=span],.row-fluid table th[class=span] {
    display: table-cell;
    float: none;
    margin-left: 0
}

.table td.span1,.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}

.table td.span2,.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}

.table td.span3,.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}

.table td.span4,.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}

.table td.span5,.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}

.table td.span6,.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}

.table td.span7,.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}

.table td.span8,.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}

.table td.span9,.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}

.table td.span10,.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}

.table td.span11,.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}

.table td.span12,.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}

.table tbody tr.success td {
    background-color: #dff0d8
}

.table tbody tr.error td {
    background-color: #f2dede
}

.table tbody tr.warning td {
    background-color: #fcf8e3
}

.table tbody tr.info td {
    background-color: #d9edf7
}

.table-hover tbody tr.success:hover td {
    background-color: #d0e9c6
}

.table-hover tbody tr.error:hover td {
    background-color: #ebcccc
}

.table-hover tbody tr.warning:hover td {
    background-color: #faf2cc
}

.table-hover tbody tr.info:hover td {
    background-color: #c4e3f3
}

form {
    margin: 0 0 20px
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

legend small {
    font-size: 15px;
    color: #999
}

label,input,button,select,textarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

input,button,select,textarea {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

label {
    display: block;
    margin-bottom: 5px
}

select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    border-radius: 4px;
    vertical-align: middle
}

input,textarea,.uneditable-input {
    width: 206px
}

textarea {
    height: auto
}

textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input {
    background-color: #fff;
    border: 1px solid #cccccc;
    box-shadow: inset 0 1px 1px #00000013;
    transition: border linear .2s,box-shadow linear .2s
}

textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=color]:focus,.uneditable-input:focus {
    border-color: #52a8eccc;
    outline: 0;
    outline: thin dotted  ;
    box-shadow: inset 0 1px 1px #00000013,0 0 8px #52a8ec99
}

input[type=radio],input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 0;
    margin-top: 1px  ;
    line-height: normal;
    cursor: pointer
}

input[type=file],input[type=image],input[type=submit],input[type=reset],input[type=button],input[type=radio],input[type=checkbox] {
    width: auto
}

select,input[type=file] {
    height: 30px;
    margin-top: 4px;
    line-height: 30px
}

select {
    width: 220px;
    border: 1px solid #cccccc;
    background-color: #fff
}

select.small {
    width: 120px;
    border: 1px solid #cccccc;
    background-color: #fff
}

select[multiple],select[size] {
    height: auto
}

select:focus,input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.uneditable-input,.uneditable-textarea {
    color: #999;
    background-color: #fcfcfc;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px #00000006;
    cursor: not-allowed
}

.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}

.uneditable-textarea {
    width: auto;
    height: auto
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #999
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999
}

.radio,.checkbox {
    min-height: 20px;
    padding-left: 20px
}

.radio input[type=radio],.checkbox input[type=checkbox] {
    float: left;
    margin-left: -20px
}

.controls>.radio:first-child,.controls>.checkbox:first-child {
    padding-top: 5px
}

.radio.inline,.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}

.input-mini {
    width: 60px
}

.input-small {
    width: 90px
}

.input-medium {
    width: 150px
}

.input-large {
    width: 210px
}

.input-xlarge {
    width: 270px
}

.input-xxlarge {
    width: 530px
}

input[class=span],select[class=span],textarea[class=span],.uneditable-input[class=span],.row-fluid input[class=span],.row-fluid select[class=span],.row-fluid textarea[class=span],.row-fluid .uneditable-input[class=span] {
    float: none;
    margin-left: 0
}

.input-append input[class=span],.input-append .uneditable-input[class=span],.input-prepend input[class=span],.input-prepend .uneditable-input[class=span],.row-fluid input[class=span],.row-fluid select[class=span],.row-fluid textarea[class=span],.row-fluid .uneditable-input[class=span],.row-fluid .input-prepend [class=span],.row-fluid .input-append [class=span] {
    display: inline-block
}

input,textarea,.uneditable-input {
    margin-left: 0
}

.controls-row [class=span]+[class=span] {
    margin-left: 20px
}

input.span12,textarea.span12,.uneditable-input.span12 {
    width: 926px
}

input.span11,textarea.span11,.uneditable-input.span11 {
    width: 846px
}

input.span10,textarea.span10,.uneditable-input.span10 {
    width: 766px
}

input.span9,textarea.span9,.uneditable-input.span9 {
    width: 686px
}

input.span8,textarea.span8,.uneditable-input.span8 {
    width: 606px
}

input.span7,textarea.span7,.uneditable-input.span7 {
    width: 526px
}

input.span6,textarea.span6,.uneditable-input.span6 {
    width: 446px
}

input.span5,textarea.span5,.uneditable-input.span5 {
    width: 366px
}

input.span4,textarea.span4,.uneditable-input.span4 {
    width: 286px
}

input.span3,textarea.span3,.uneditable-input.span3 {
    width: 206px
}

input.span2,textarea.span2,.uneditable-input.span2 {
    width: 126px
}

input.span1,textarea.span1,.uneditable-input.span1 {
    width: 46px
}

.controls-row {
    zoom:1}

.controls-row:before,.controls-row:after {
    display: table;
    content: "";
    line-height: 0
}

.controls-row:after {
    clear: both
}

.controls-row [class=span],.row-fluid .controls-row [class=span] {
    float: left
}

.controls-row .checkbox[class=span],.controls-row .radio[class=span] {
    padding-top: 5px
}

input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}

input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio][readonly],input[type=checkbox][readonly] {
    background-color: transparent
}

.control-group.warning>label,.control-group.warning .help-block,.control-group.warning .help-inline {
    color: #c09853
}

.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea {
    color: #c09853
}

.control-group.warning input,.control-group.warning select,.control-group.warning textarea {
    border-color: #c09853;
    box-shadow: inset 0 1px 1px #00000013
}

.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus {
    border-color: #a47e3c;
    box-shadow: inset 0 1px 1px #00000013,0 0 6px #dbc59e
}

.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.control-group.error>label,.control-group.error .help-block,.control-group.error .help-inline {
    color: #b94a48
}

.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea {
    color: #b94a48
}

.control-group.error input,.control-group.error select,.control-group.error textarea {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px #00000013
}

.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus {
    border-color: #953b39;
    box-shadow: inset 0 1px 1px #00000013,0 0 6px #d59392
}

.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.control-group.success>label,.control-group.success .help-block,.control-group.success .help-inline {
    color: #468847
}

.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea {
    color: #468847
}

.control-group.success input,.control-group.success select,.control-group.success textarea {
    border-color: #468847;
    box-shadow: inset 0 1px 1px #00000013
}

.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus {
    border-color: #356635;
    box-shadow: inset 0 1px 1px #00000013,0 0 6px #7aba7b
}

.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.control-group.info>label,.control-group.info .help-block,.control-group.info .help-inline {
    color: #3a87ad
}

.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea {
    color: #3a87ad
}

.control-group.info input,.control-group.info select,.control-group.info textarea {
    border-color: #3a87ad;
    box-shadow: inset 0 1px 1px #00000013
}

.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus {
    border-color: #2d6987;
    box-shadow: inset 0 1px 1px #00000013,0 0 6px #7ab5d3
}

.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}

input:focus:required:invalid,textarea:focus:required:invalid,select:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}

input:focus:required:invalid:focus,textarea:focus:required:invalid:focus,select:focus:required:invalid:focus {
    border-color: #e9322d;
    box-shadow: 0 0 6px #f8b9b7
}

.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    zoom:1}

.form-actions:before,.form-actions:after {
    display: table;
    content: "";
    line-height: 0
}

.form-actions:after {
    clear: both
}

.help-block,.help-inline {
    color: #595959
}

.help-block {
    display: block;
    margin-bottom: 10px
}

.help-inline {
    display: inline-block;
    display: inline;
    zoom:1;vertical-align: middle;
    padding-left: 5px
}

.input-append,.input-prepend {
    margin-bottom: 5px;
    font-size: 0;
    white-space: nowrap
}

.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu {
    font-size: 14px
}

.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    /*margin-left: 0;*/
    vertical-align: top;
    border-radius: 0 4px 4px 0
}

.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus {
    z-index: 2
}

.input-append .add-on,.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eee;
    border: 1px solid #ccc
}

.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn {
    vertical-align: top;
    border-radius: 0
}

.input-append .active,.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}

.input-prepend .add-on,.input-prepend .btn {
    margin-right: -1px
}

.input-prepend .add-on:first-child,.input-prepend .btn:first-child,.input-append input,.input-append select,.input-append .uneditable-input {
    border-radius: 4px 0 0 4px
}

.input-append input+.btn-group .btn,.input-append select+.btn-group .btn,.input-append .uneditable-input+.btn-group .btn {
    border-radius: 0 4px 4px 0
}

.input-append .add-on,.input-append .btn,.input-append .btn-group {
    margin-left: -1px
}

.input-append .add-on:last-child,.input-append .btn:last-child {
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input {
    border-radius: 0
}

.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn {
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    border-radius: 4px 0 0 4px
}

.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    border-radius: 0 4px 4px 0
}

.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px  ;
    padding-left: 14px;
    padding-left: 4px  ;
    margin-bottom: 0;
    border-radius: 15px
}

.form-search .input-append .search-query,.form-search .input-prepend .search-query {
    border-radius: 0
}

.form-search .input-append .search-query {
    border-radius: 14px 0 0 14px
}

.form-search .input-append .btn,.form-search .input-prepend .search-query {
    border-radius: 0 14px 14px 0
}

.form-search .input-prepend .btn {
    border-radius: 14px 0 0 14px
}

.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append {
    display: inline-block;
    display: inline;
    zoom:1;
    margin-bottom: 0;
    vertical-align: middle
}

.form-search .hide,.form-inline .hide,.form-horizontal .hide {
    display: none
}

.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group {
    display: inline-block
}

.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend {
    margin-bottom: 0
}

.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}

.form-search .radio input[type=radio],.form-search .checkbox input[type=checkbox],.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}

.control-group {
    margin-bottom: 10px
}

legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    zoom:1}

.form-horizontal .control-group:before,.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0
}

.form-horizontal .control-group:after {
    clear: both
}

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}

.form-horizontal .controls {
    display: inline-block;
    padding-left: 20px;
    margin-left: 180px;
    /*margin-left: 0*/
}

.form-horizontal .controls:first-child {
    padding-left: 180px
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block {
    margin-top: 10px
}

.form-horizontal .form-actions {
    padding-left: 180px
}

.btn {
    display: inline-block;
    display: inline;
    zoom:1;padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#ffffff,#e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#ffe6e6e6",GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #e6e6e6;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #bbbbbb;
    border: 0;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    margin-left: .3em;
    box-shadow: inset 0 1px #fff3,0 1px 2px #0000000d
}

.btn:hover,.btn:active,.btn.active,.btn.disabled,.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    background-color: #d9d9d9
}

.btn:active,.btn.active {
    background-color: #cccccc;
}

.btn:first-child {
    margin-left: 0
}

.btn:hover {
    color: #333;
    text-decoration: none;
    background-color: #e6e6e6;
    background-color: #d9d9d9;
    background-position: 0 -15px;
    transition: background-position .1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.active,.btn:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9  ;
    background-image: none;
    outline: 0;
    box-shadow: inset 0 2px 4px #00000026,0 1px 2px #0000000d
}

.btn.disabled,.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px
}

.btn-large [class^=icon-],.btn-large [class=" icon-"] {
    margin-top: 2px
}

.btn-small {
    padding: 2px 10px;
    font-size: 11.9px;
    border-radius: 3px
}

.btn-small [class^=icon-],.btn-small [class=" icon-"] {
    margin-top: 0
}

.btn-mini {
    padding: 1px 6px;
    font-size: 10.5px;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
    width: 100%
}

.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active {
    color: #ffffffbf
}

.btn {
    border-color: #c5c5c5;
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25)
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #006dcc;
    background-image: linear-gradient(to bottom,#0088cc,#0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc",endColorstr="#ff0044cc",GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #0044cc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled] {
    color: #fff;
    background-color: #04c;
    background-color: #003bb3
}

.btn-primary:active,.btn-primary.active {
    background-color: #003399;
}

.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450",endColorstr="#fff89406",GradientType=0);
    border-color: #f89406 #f89406 #ad6704;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #f89406;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled] {
    color: #fff;
    background-color: #f89406;
    background-color: #df8505
}

.btn-warning:active,.btn-warning.active {
    background-color: #c67605
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b",endColorstr="#ffbd362f",GradientType=0);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #bd362f;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.btn-danger:hover,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    background-color: #a9302a
}

.btn-danger:active,.btn-danger.active {
    background-color: #942a25 
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff62c462",endColorstr="#ff51a351",GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.btn-success:hover,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled] {
    color: #fff;
    background-color: #51a351;
    background-color: #499249
}

.btn-success:active,.btn-success.active {
    background-color: #408140 
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #49afcd;
    background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff2f96b4",GradientType=0);
    border-color: #2f96b4 #2f96b4 #1f6377;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #2f96b4;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.btn-info:hover,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled] {
    color: #fff;
    background-color: #2f96b4;
    background-color: #2a85a0
}

.btn-info:active,.btn-info.active {
    background-color: #24748c 
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom,#444444,#222222);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff444444",endColorstr="#ff222222",GradientType=0);
    border-color: #222222 #222222 #000000;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #222222;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.btn-inverse:hover,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
    background-color: #151515
}

.btn-inverse:active,.btn-inverse.active {
    background-color: #080808 
}

button.btn,input[type=submit].btn {
    padding-top: 3px;
    padding-bottom: 3px
}

button.btn::-moz-focus-inner,input[type=submit].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}

button.btn.btn-large,input[type=submit].btn.btn-large {
    padding-top: 7px;
    padding-bottom: 7px
}

button.btn.btn-small,input[type=submit].btn.btn-small {
    padding-top: 3px;
    padding-bottom: 3px
}

button.btn.btn-mini,input[type=submit].btn.btn-mini {
    padding-top: 1px;
    padding-bottom: 1px
}

.btn-link,.btn-link:active,.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    box-shadow: none
}

.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #08c;
    border-radius: 0
}

.btn-link:hover {
    color: #005580;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover {
    color: #333;
    text-decoration: none
}

.btn-group {
    position: relative;
    display: inline-block;
    display: inline;
    zoom:1;font-size: 0;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: .3em
}

.btn-group:first-child {
    /*margin-left: 0*/
}

.btn-group+.btn-group {
    margin-left: 5px
}

.btn-toolbar {
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-toolbar .btn+.btn,.btn-toolbar .btn-group+.btn,.btn-toolbar .btn+.btn-group {
    margin-left: 5px
}

.btn-group>.btn {
    position: relative;
    border-radius: 0
}

.btn-group>.btn+.btn {
    margin-left: -1px
}

.btn-group>.btn,.btn-group>.dropdown-menu {
    font-size: 14px
}

.btn-group>.btn-mini {
    font-size: 11px
}

.btn-group>.btn-small {
    font-size: 12px
}

.btn-group>.btn-large {
    font-size: 16px
}

.btn-group>.btn:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group>.btn:last-child,.btn-group>.dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.btn-group>.btn.large:first-child {
    margin-left: 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active {
    z-index: 2
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
    box-shadow: inset 1px 0 #ffffff20,inset 0 1px #fff3,0 1px 2px #0000000d;
    padding-top: 5px;
    padding-bottom: 5px
}

.btn-group>.btn-mini+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px
}

.btn-group>.btn-small+.dropdown-toggle {
    padding-top: 5px;
    padding-bottom: 4px
}

.btn-group>.btn-large+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 7px;
    padding-bottom: 7px
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    box-shadow: inset 0 2px 4px #00000026,0 1px 2px #0000000d
}

.btn-group.open .btn.dropdown-toggle {
    background-color: #e6e6e6
}

.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #04c
}

.btn-group.open .btn-warning.dropdown-toggle {
    background-color: #f89406
}

.btn-group.open .btn-danger.dropdown-toggle {
    background-color: #bd362f
}

.btn-group.open .btn-success.dropdown-toggle {
    background-color: #51a351
}

.btn-group.open .btn-info.dropdown-toggle {
    background-color: #2f96b4
}

.btn-group.open .btn-inverse.dropdown-toggle {
    background-color: #222
}

.btn .caret {
    margin-top: 8px;
    margin-left: 0
}

.btn-mini .caret,.btn-small .caret,.btn-large .caret {
    margin-top: 6px
}

.btn-large .caret {
    border-left-width: 5px;
    border-right-width: 5px;
    border-top-width: 5px
}

.dropup .btn-large .caret {
    border-bottom-width: 5px
}

.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.btn-group-vertical {
    display: inline-block;
    display: inline;
    zoom:1}

.btn-group-vertical .btn {
    display: block;
    float: none;
    width: 100%;
    border-radius: 0
}

.btn-group-vertical .btn+.btn {
    margin-left: 0;
    margin-top: -1px
}

.btn-group-vertical .btn:first-child {
    border-radius: 4px 4px 0 0
}

.btn-group-vertical .btn:last-child {
    border-radius: 0 0 4px 4px
}

.btn-group-vertical .btn-large:first-child {
    border-radius: 6px 6px 0 0
}

.btn-group-vertical .btn-large:last-child {
    border-radius: 0 0 6px 6px
}

.nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none
}

.nav>li>a {
    display: block
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>.pull-right {
    float: right
}

.nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    color: #999;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    text-transform: uppercase
}

.nav li+.nav-header {
    margin-top: 9px
}

.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}

.nav-list>li>a,.nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5)
}

.nav-list>li>a {
    padding: 3px 15px
}

.nav-list>.active>a,.nav-list>.active>a:hover {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    background-color: #08c
}

.nav-list [class^=icon-],.nav-list [class=" icon-"] {
    margin-right: 2px
}

.nav-list .divider {
    width: 100%;
    height: 1px;
    margin: 9px 1px;
    margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff
}

.nav-tabs,.nav-pills {
    zoom:1}

.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after {
    display: table;
    content: "";
    line-height: 0
}

.nav-tabs:after,.nav-pills:after {
    clear: both
}

.nav-tabs>li,.nav-pills>li {
    float: left
}

.nav-tabs>li>a,.nav-pills>li>a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    margin-bottom: -1px
}

.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd
}

.nav-tabs>.active>a,.nav-tabs>.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 5px
}

.nav-pills>.active>a,.nav-pills>.active>a:hover {
    color: #fff;
    background-color: #08c
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li>a {
    margin-right: 0
}

.nav-tabs.nav-stacked {
    border-bottom: 0
}

.nav-tabs.nav-stacked>li>a {
    border: 1px solid #ddd;
    border-radius: 0
}

.nav-tabs.nav-stacked>li:first-child>a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.nav-tabs.nav-stacked>li:last-child>a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.nav-tabs.nav-stacked>li>a:hover {
    border-color: #ddd;
    z-index: 2
}

.nav-pills.nav-stacked>li>a {
    margin-bottom: 3px
}

.nav-pills.nav-stacked>li:last-child>a {
    margin-bottom: 1px
}

.nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px
}

.nav-pills .dropdown-menu {
    border-radius: 6px
}

.nav .dropdown-toggle .caret {
    border-top-color: #08c;
    border-bottom-color: #08c;
    margin-top: 6px
}

.nav .dropdown-toggle:hover .caret {
    border-top-color: #005580;
    border-bottom-color: #005580
}

.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px
}

.nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.nav>.dropdown.active>a:hover {
    cursor: pointer
}

.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover {
    color: #fff;
    background-color: #999;
    border-color: #999
}

.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}

.tabs-stacked .open>a:hover {
    border-color: #999
}

.tabbable {
    zoom:1}

.tabbable:before,.tabbable:after {
    display: table;
    content: "";
    line-height: 0
}

.tabbable:after {
    clear: both
}

.tab-content {
    overflow: auto
}

.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs {
    border-bottom: 0
}

.tab-content>.tab-pane,.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,.pill-content>.active {
    display: block
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:hover {
    border-bottom-color: transparent;
    border-top-color: #ddd
}

.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd #ddd
}

.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li {
    float: none
}

.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:hover {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee
}

.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #ffffff
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd
}

.tabs-right>.nav-tabs>li>a {
    margin-left: -1px;
    border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd
}

.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover {
    border-color: #ddd #ddd #ddd transparent;
    border-left-color: #ffffff
}

.nav>.disabled>a {
    color: #999
}

.nav>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    cursor: default
}

.navbar {
    overflow: visible;
    margin-bottom: 20px;
    color: #777;
    position: relative;
    z-index: 2
}

.navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff",endColorstr="#fff2f2f2",GradientType=0);
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    box-shadow: 0 1px 4px #0001;
    zoom:1}

.navbar-inner:before,.navbar-inner:after {
    display: table;
    content: "";
    line-height: 0
}

.navbar-inner:after {
    clear: both
}

.navbar .container {
    width: auto
}

.nav-collapse.collapse {
    height: auto;
    overflow: visible
}

.navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #ffffff
}

.navbar .brand:hover {
    text-decoration: none
}

.navbar-text {
    margin-bottom: 0;
    line-height: 40px
}

.navbar-link {
    color: #777
}

.navbar-link:hover {
    color: #333
}

.navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff
}

.navbar .btn,.navbar .btn-group {
    margin-top: 5px
}

.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn {
    margin-top: 0
}

.navbar-form {
    margin-bottom: 0;
    zoom:1}

.navbar-form:before,.navbar-form:after {
    display: table;
    content: "";
    line-height: 0
}

.navbar-form:after {
    clear: both
}

.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox {
    margin-top: 5px
}

.navbar-form input,.navbar-form select,.navbar-form .btn {
    display: inline-block;
    margin-bottom: 0
}

.navbar-form input[type=image],.navbar-form input[type=checkbox],.navbar-form input[type=radio] {
    margin-top: 3px
}

.navbar-form .input-append,.navbar-form .input-prepend {
    margin-top: 6px;
    white-space: nowrap
}

.navbar-form .input-append input,.navbar-form .input-prepend input {
    margin-top: 0
}

.navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0
}

.navbar-search .search-query {
    margin-bottom: 0;
    padding: 4px 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    border-radius: 15px
}

.navbar-static-top {
    position: static;
    margin-bottom: 0
}

.navbar-static-top .navbar-inner {
    border-radius: 0
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0
}

.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner {
    border-width: 0 0 1px
}

.navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0
}

.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0
}

.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
    width: 940px
}

.navbar-fixed-top {
    top: 0
}

.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner {
    box-shadow: 0 1px 10px #0000001a
}

.navbar-fixed-bottom {
    bottom: 0
}

.navbar-fixed-bottom .navbar-inner {
    box-shadow: 0 -1px 10px #0000001a
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0
}

.navbar .nav>li {
    float: left
}

.navbar .nav>li>a {
    float: none;
    padding: 10px 15px;
    color: #777;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 8px
}

.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
    background-color: transparent;
    color: #333;
    text-decoration: none
}

.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus {
    color: #555;
    text-decoration: none;
    background-color: #e5e5e5;
    box-shadow: inset 0 3px 8px #00000020
}

.navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #ededed;
    background-image: linear-gradient(to bottom,#f2f2f2,#e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2f2f2",endColorstr="#ffe5e5e5",GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #e5e5e5;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    box-shadow: inset 0 1px #ffffff1a,0 1px #ffffff13
}

.navbar .btn-navbar:hover,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled] {
    color: #fff;
    background-color: #e5e5e5;
    background-color: #d9d9d9
}

.navbar .btn-navbar:active,.navbar .btn-navbar.active {
    background-color: #cccccc 
}

.navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    border-radius: 1px;
    box-shadow: 0 1px #00000040
}

.btn-navbar .icon-bar+.icon-bar {
    margin-top: 3px
}

.navbar .nav>li>.dropdown-menu:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: #0003;
    position: absolute;
    top: -7px;
    left: 9px
}

.navbar .nav>li>.dropdown-menu:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:before {
    border-top: 7px solid #ccc;
    border-top-color: #0003;
    border-bottom: 0;
    bottom: -7px;
    top: auto
}

.navbar-fixed-bottom .nav>li>.dropdown-menu:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto
}

.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #e5e5e5;
    color: #555
}

.navbar .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.navbar .pull-right>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-right:before {
    left: auto;
    right: 12px
}

.navbar .pull-right>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-right:after {
    left: auto;
    right: 13px
}

.navbar .pull-right>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    border-radius: 6px 0 6px 6px
}

.navbar-inverse {
    color: #999
}

.navbar-inverse .navbar-inner {
    background-color: #1b1b1b;
    background-image: linear-gradient(to bottom,#222222,#111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff222222",endColorstr="#ff111111",GradientType=0);
    border-color: #252525
}

.navbar-inverse .brand,.navbar-inverse .nav>li>a {
    color: #999;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover {
    color: #fff
}

.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover {
    background-color: transparent;
    color: #fff
}

.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus {
    color: #fff;
    background-color: #111
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .divider-vertical {
    border-left-color: #111;
    border-right-color: #222
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
    background-color: #111;
    color: #fff
}

.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-search .search-query {
    color: #fff;
    background-color: #515151;
    border-color: #111;
    box-shadow: inset 0 1px 2px #0000001a,0 1px #ffffff26;
    transition: none
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
    color: #ccc
}

.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused {
    padding: 5px 15px;
    color: #333;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 3px #00000026;
    outline: 0
}

.navbar-inverse .btn-navbar {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #0e0e0e;
    background-image: linear-gradient(to bottom,#151515,#040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff151515",endColorstr="#ff040404",GradientType=0);
    border-color: #040404 #040404 #000000;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #040404;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled] {
    color: #fff;
    background-color: #040404;
    background-color: #000000
}

.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active {
    background-color: #000000 
}

.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb li {
    display: inline-block;
    display: inline;
    zoom:1;text-shadow: 0 1px 0 #ffffff
}

.breadcrumb .divider {
    padding: 0 5px;
    color: #ccc
}

.breadcrumb .active {
    color: #999
}

.pagination {
    margin: 20px 0
}

.pagination ul {
    display: inline-block;
    display: inline;
    zoom:1;margin-left: 0;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px #0000000d
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-left-width: 0
}

.pagination ul>li>a:hover,.pagination ul>.active>a,.pagination ul>.active>span {
    background-color: #f5f5f5
}

.pagination ul>.active>a,.pagination ul>.active>span {
    color: #999;
    cursor: default
}

.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.pagination ul>li:first-child>a,.pagination ul>li:first-child>span {
    border-left-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination ul>li:last-child>a,.pagination ul>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination-centered {
    text-align: center
}

.pagination-right {
    text-align: right
}

.pagination-large ul>li>a,.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 17.5px
}

.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination-small ul>li>a,.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 11.9px
}

.pagination-mini ul>li>a,.pagination-mini ul>li>span {
    padding: 1px 6px;
    font-size: 10.5px
}

.pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    zoom:1}

.pager:before,.pager:after {
    display: table;
    content: "";
    line-height: 0
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: default
}

.thumbnails {
    margin-left: -20px;
    list-style: none;
    zoom:1}

.thumbnails:before,.thumbnails:after {
    display: table;
    content: "";
    line-height: 0
}

.thumbnails:after {
    clear: both
}

.row-fluid .thumbnails {
    margin-left: 0
}

.thumbnails>li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px
}

.thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px #0000000e;
    transition: all .2s ease-in-out
}

a.thumbnail:hover {
    border-color: #08c;
    box-shadow: 0 1px 4px #0069d640
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #555
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #c09853
}

.alert h4 {
    margin: 0
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-danger,.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}

.alert-block>p,.alert-block>ul {
    margin-bottom: 0
}

.alert-block p+p {
    margin-top: 5px
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom,#f5f5f5,#f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5",endColorstr="#fff9f9f9",GradientType=0);
    box-shadow: inset 0 1px 2px #0000001a;
    border-radius: 4px
}

.progress .bar {
    width: 0;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom,#149bdf,#0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff149bdf",endColorstr="#ff0480be",GradientType=0);
    box-shadow: inset 0 -1px #00000026;
    box-sizing: border-box;
    transition: width .6s ease
}

.progress .bar+.bar {
    box-shadow: inset 1px 0 #00000026,inset 0 -1px #00000026
}

.progress-striped .bar {
    background-color: #149bdf;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .bar {
    animation: progress-bar-stripes 2s linear infinite
}

.progress-danger .bar,.progress .bar-danger {
    background-color: #dd514c;
    background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffee5f5b",endColorstr="#ffc43c35",GradientType=0)
}

.progress-danger.progress-striped .bar,.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-success .bar,.progress .bar-success {
    background-color: #5eb95e;
    background-image: linear-gradient(to bottom,#62c462,#57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff62c462",endColorstr="#ff57a957",GradientType=0)
}

.progress-success.progress-striped .bar,.progress-striped .bar-success {
    background-color: #62c462;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-info .bar,.progress .bar-info {
    background-color: #4bb1cf;
    background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de",endColorstr="#ff339bb9",GradientType=0)
}

.progress-info.progress-striped .bar,.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-warning .bar,.progress .bar-warning {
    background-color: #faa732;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450",endColorstr="#fff89406",GradientType=0)
}

.progress-warning.progress-striped .bar,.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    border-radius: 6px
}

.hero-unit h1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1;
    color: inherit;
    letter-spacing: -1px
}

.hero-unit li {
    line-height: 30px
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.tooltip.top {
    margin-top: -3px
}

.tooltip.right {
    margin-left: 3px
}

.tooltip.bottom {
    margin-top: 3px
}

.tooltip.left {
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    width: 236px;
    padding: 1px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px #0003
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover-content p,.popover-content ul,.popover-content ol {
    margin-bottom: 0
}

.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow:after {
    content: "";
    z-index: -1
}

.popover.top .arrow {
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #fff
}

.popover.top .arrow:after {
    border-width: 11px 11px 0;
    border-top-color: #00000040;
    bottom: -1px;
    left: -11px
}

.popover.right .arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-width: 10px 10px 10px 0;
    border-right-color: #fff
}

.popover.right .arrow:after {
    border-width: 11px 11px 11px 0;
    border-right-color: #00000040;
    bottom: -11px;
    left: -1px
}

.popover.bottom .arrow {
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #fff
}

.popover.bottom .arrow:after {
    border-width: 0 11px 11px;
    border-bottom-color: #00000040;
    top: -1px;
    left: -11px
}

.popover.left .arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-width: 10px 0 10px 10px;
    border-left-color: #fff
}

.popover.left .arrow:after {
    border-width: 11px 0 11px 11px;
    border-left-color: #00000040;
    bottom: -11px;
    right: -1px
}

.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop,.modal-backdrop.fade.in {
    opacity: .8;
    filter: alpha(opacity=80)
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.3);
    border: 1px solid #999;
    border-radius: 6px;
    box-shadow: 0 3px 7px #0000004d;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none
}

.modal.fade {
    transition: opacity .3s linear,top .3s ease-out;
    top: -25%
}

.modal.fade.in {
    top: 50%
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.modal-header .close {
    margin-top: 2px
}

.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-body {
    overflow-y: auto;
    max-height: 400px;
    padding: 15px
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: inset 0 1px #fff;
    zoom:1}

.modal-footer:before,.modal-footer:after {
    display: table;
    content: "";
    line-height: 0
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.dropup,.dropdown {
    position: relative
}

.dropdown-toggle {
    margin-bottom: -3px
}

.dropdown-toggle:active,.open .dropdown-toggle {
    outline: 0
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 6px;
    box-shadow: 0 5px 10px #0003;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    width: 100%;
    height: 1px;
    margin: 9px 1px;
    margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff
}

.dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #333;
    white-space: nowrap
}

.dropdown-menu li>a:hover,.dropdown-menu li>a:focus,.dropdown-submenu:hover>a {
    text-decoration: none;
    color: #fff;
    background-color: #0081c2;
    background-image: linear-gradient(to bottom,#0088cc,#0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc",endColorstr="#ff0077b3",GradientType=0)
}

.dropdown-menu .active>a,.dropdown-menu .active>a:hover {
    color: #333;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;
    background-image: linear-gradient(to bottom,#0088cc,#0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc",endColorstr="#ff0077b3",GradientType=0)
}

.dropdown-menu .disabled>a,.dropdown-menu .disabled>a:hover {
    color: #999
}

.dropdown-menu .disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: default
}

.open {
    z-index: 1000
}

.open>.dropdown-menu {
    display: block
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0 6px 6px
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    border-radius: 5px 5px 5px 0
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff
}

.dropdown-submenu.pull-left {
    float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px
}

.typeahead {
    margin-top: 2px;
    border-radius: 4px
}

.accordion {
    margin-bottom: 20px
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.accordion-heading {
    border-bottom: 0
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px
}

.accordion-toggle {
    cursor: pointer
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5
}

.carousel {
    position: relative;
    margin-bottom: 20px;
    line-height: 1
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
    position: relative
}

.carousel .item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left
}

.carousel .item>img {
    display: block;
    line-height: 1
}

.carousel .active,.carousel .next,.carousel .prev {
    display: block
}

.carousel .active {
    left: 0
}

.carousel .next,.carousel .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel .next {
    left: 100%
}

.carousel .prev {
    left: -100%
}

.carousel .next.left,.carousel .prev.right {
    left: 0
}

.carousel .active.left {
    left: -100%
}

.carousel .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 40%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #222222;
    border: 3px solid #ffffff;
    border-radius: 23px;
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.right {
    left: auto;
    right: 15px
}

.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #333333;
    background: rgba(0,0,0,.75)
}

.carousel-caption h4,.carousel-caption p {
    color: #fff;
    line-height: 20px
}

.carousel-caption h4 {
    margin: 0 0 5px
}

.carousel-caption p {
    margin-bottom: 0
}

.media,.media-body {
    overflow: hidden;
    overflow: visible;
    zoom:1}

.media,.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media .pull-left {
    margin-right: 10px
}

.media .pull-right {
    margin-left: 10px
}

.media-list {
    margin-left: 0;
    list-style: none
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px #0000000d
}

.well blockquote {
    border-color: #ddd;
    border-color: #00000026
}

.well-large {
    padding: 24px;
    border-radius: 6px
}

.well-small {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.affix {
    position: fixed
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.collapse.in {
    height: auto
}

.hidden {
    display: none;
    visibility: hidden
}

.visible-phone,.visible-tablet,.hidden-desktop {
    display: none!important
}

.visible-desktop {
    display: inherit!important
}

.upperstepmenu {
    width: 100%;
    height: auto;
    margin: 0 auto 20px
}

.upperstepmenu ul {
    margin: 0;
    padding: 0
}

.upperstepmenu ul li {
    list-style: none;
    display: inline-block;
    background: #e6e6e6;
    padding: 22px;
    width: 23.3%;
    margin: 0 10px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #004e78;
    position: relative
}

.upperstepmenu ul li:nth-child(1) {
    margin-left: 0
}

.upperstepmenu ul li:nth-child(4) {
    margin-right: 0
}

.upperstepmenu ul li:after {
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #e6e6e6 transparent transparent transparent;
    line-height: 0px;
    _border-color: #e6e6e6 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color="#000000");
    position: absolute;
    left: 40%;
    bottom: -20px
}

.upperstepmenu .step-active {
    background: #004e78;
    color: #fff;
    border-color: #004e78!important
}

.upperstepmenu li.step-active:after {
    border-color: #004e78 transparent transparent transparent!important;
    line-height: 0px;
    _border-color: #004e78 #000000 #000000 #000000!important
}

@media (max-width: 1024px) {
    .upperstepmenu ul li {
        width:22.3%
    }

    .upperstepmenu ul li:nth-child(1) {
        margin-left: 10px
    }
}

@media (max-width: 990px) {
    .upperstepmenu ul li {
        width:21.3%
    }

    .upperstepmenu ul li:nth-child(1) {
        margin-left: 10px
    }
}

@media (max-width: 768px) {
    .upperstepmenu ul li:nth-child(1) {
        margin-left:20px
    }

    .upperstepmenu ul li:after {
        left: 35%
    }

    .upperstepmenu ul li {
        font-size: 16px
    }
}

@media (max-width: 650px) {
    .upperstepmenu ul li {
        width:20.3%;
        padding: 13px
    }

    .upperstepmenu ul li {
        font-size: 12px
    }

    .upperstepmenu ul li:after {
        left: 31%
    }
}

@media (max-width: 480px) {
    .upperstepmenu ul li {
        width:20.3%;
        margin: 0 6px;
        padding: 10px
    }

    .upperstepmenu ul li {
        font-size: 12px
    }

    .upperstepmenu ul li:after {
        left: 36%
    }

    .upperstepmenu ul li:after {
        border-width: 10px 10px 0 10px;
        bottom: -10px
    }
}

@media (max-width: 360px) {
    .upperstepmenu ul li {
        width:20.3%;
        margin: 0 2px;
        padding: 8px;
        font-size: 9px
    }
}

@media (max-width: 320px) {
    .upperstepmenu ul li {
        width:100%;
        margin: 5px 0;
        padding: 8px;
        font-size: 12px
    }

    .upperstepmenu ul li:nth-child(1) {
        margin-left: 0
    }

    .upperstepmenu ul li:after {
        left: 45%
    }
}

@media (min-width: 768px) and (max-width:979px) {
    .hidden-desktop {
        display:inherit!important
    }

    .visible-desktop {
        display: none!important
    }

    .visible-tablet {
        display: inherit!important
    }

    .hidden-tablet {
        display: none!important
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display:inherit!important
    }

    .visible-desktop {
        display: none!important
    }

    .visible-phone {
        display: inherit!important
    }

    .hidden-phone {
        display: none!important
    }
}

@media (min-width: 850px) and (max-width:1199px) {
    .row {
        margin-left:-20px;
        zoom:1}

    .row:before,.row:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row:after {
        clear: both
    }

    [class=span] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }

    .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
        width: 96%
    }

    .span12 {
        width: 100%
    }

    .span11 {
        width: 662px
    }

    .span10 {
        width: 600px
    }

    .span9 {
        width: 538px
    }

    .span8 {
        width: 476px
    }

    .span7 {
        width: 414px
    }

    .span6 {
        width: 352px
    }

    .span5 {
        width: 290px
    }

    .span4 {
        width: 31%
    }

    .span3 {
        width: 166px
    }

    .span2 {
        width: 104px
    }

    .span1 {
        width: 42px
    }

    .offset12 {
        margin-left: 764px
    }

    .offset11 {
        margin-left: 702px
    }

    .offset10 {
        margin-left: 640px
    }

    .offset9 {
        margin-left: 578px
    }

    .offset8 {
        margin-left: 516px
    }

    .offset7 {
        margin-left: 454px
    }

    .offset6 {
        margin-left: 392px
    }

    .offset5 {
        margin-left: 330px
    }

    .offset4 {
        margin-left: 268px
    }

    .offset3 {
        margin-left: 206px
    }

    .offset2 {
        margin-left: 144px
    }

    .offset1 {
        margin-left: 82px
    }

    .row-fluid {
        width: 100%;
        zoom:1}

    .row-fluid:before,.row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class=span] {
        display: block;
        width: 100%;
        min-height: 30px;
        box-sizing: border-box;
        float: left;
        margin-left: 2.7624309392265194%;
        margin-left: 2.709239449864817%
    }

    .row-fluid [class=span]:first-child {
        margin-left: 0
    }

    .row-fluid .controls-row [class=span]+[class=span] {
        margin-left: 2.7624309392265194%
    }

    .row-fluid .span12 {
        width: 100%;
        width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.43646408839778%;
        width: 91.38327259903608%
    }

    .row-fluid .span10 {
        width: 82.87292817679558%;
        width: 82.81973668743387%
    }

    .row-fluid .span9 {
        width: 74.30939226519337%;
        width: 74.25620077583166%
    }

    .row-fluid .span8 {
        width: 65.74585635359117%;
        width: 65.69266486422946%
    }

    .row-fluid .span7 {
        width: 57.18232044198895%;
        width: 57.12912895262725%
    }

    .row-fluid .span6 {
        width: 48.61878453038674%;
        width: 48.56559304102504%
    }

    .row-fluid .span5 {
        width: 40.05524861878453%;
        width: 40.00205712942283%
    }

    .row-fluid .span4 {
        width: 31.491712707182323%;
        width: 31.43852121782062%
    }

    .row-fluid .span3 {
        width: 22.92817679558011%;
        width: 22.87498530621841%
    }

    .row-fluid .span2 {
        width: 14.3646408839779%;
        width: 14.311449394616199%
    }

    .row-fluid .span1 {
        width: 5.801104972375691%;
        width: 5.747913483013988%
    }

    .row-fluid .offset12 {
        margin-left: 105.52486187845304%;
        margin-left: 105.41847889972962%
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.76243093922652%;
        margin-left: 102.6560479605031%
    }

    .row-fluid .offset11 {
        margin-left: 96.96132596685082%;
        margin-left: 96.8549429881274%
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.1988950276243%;
        margin-left: 94.09251204890089%
    }

    .row-fluid .offset10 {
        margin-left: 88.39779005524862%;
        margin-left: 88.2914070765252%
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.6353591160221%;
        margin-left: 85.52897613729868%
    }

    .row-fluid .offset9 {
        margin-left: 79.8342541436464%;
        margin-left: 79.72787116492299%
    }

    .row-fluid .offset9:first-child {
        margin-left: 77.07182320441989%;
        margin-left: 76.96544022569647%
    }

    .row-fluid .offset8 {
        margin-left: 71.2707182320442%;
        margin-left: 71.16433525332079%
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.50828729281768%;
        margin-left: 68.40190431409427%
    }

    .row-fluid .offset7 {
        margin-left: 62.70718232044199%;
        margin-left: 62.600799341718584%
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.94475138121547%;
        margin-left: 59.838368402492065%
    }

    .row-fluid .offset6 {
        margin-left: 54.14364640883978%;
        margin-left: 54.037263430116376%
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.38121546961326%;
        margin-left: 51.27483249088986%
    }

    .row-fluid .offset5 {
        margin-left: 45.58011049723757%;
        margin-left: 45.47372751851417%
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.81767955801105%;
        margin-left: 42.71129657928765%
    }

    .row-fluid .offset4 {
        margin-left: 37.01657458563536%;
        margin-left: 36.91019160691196%
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.25414364640884%;
        margin-left: 34.14776066768544%
    }

    .row-fluid .offset3 {
        margin-left: 28.45303867403315%;
        margin-left: 28.346655695309746%
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.69060773480663%;
        margin-left: 25.584224756083227%
    }

    .row-fluid .offset2 {
        margin-left: 19.88950276243094%;
        margin-left: 19.783119783707537%
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.12707182320442%;
        margin-left: 17.02068884448102%
    }

    .row-fluid .offset1 {
        margin-left: 11.32596685082873%;
        margin-left: 11.219583872105325%
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.56353591160221%;
        margin-left: 8.457152932878806%
    }

    input,textarea,.uneditable-input {
        margin-left: 0
    }

    .controls-row [class=span]+[class=span] {
        margin-left: 20px
    }

    input.span12,textarea.span12,.uneditable-input.span12 {
        width: 710px
    }

    input.span11,textarea.span11,.uneditable-input.span11 {
        width: 648px
    }

    input.span10,textarea.span10,.uneditable-input.span10 {
        width: 586px
    }

    input.span9,textarea.span9,.uneditable-input.span9 {
        width: 524px
    }

    input.span8,textarea.span8,.uneditable-input.span8 {
        width: 462px
    }

    input.span7,textarea.span7,.uneditable-input.span7 {
        width: 400px
    }

    input.span6,textarea.span6,.uneditable-input.span6 {
        width: 338px
    }

    input.span5,textarea.span5,.uneditable-input.span5 {
        width: 276px
    }

    input.span4,textarea.span4,.uneditable-input.span4 {
        width: 214px
    }

    input.span3,textarea.span3,.uneditable-input.span3 {
        width: 152px
    }

    input.span2,textarea.span2,.uneditable-input.span2 {
        width: 90px
    }

    input.span1,textarea.span1,.uneditable-input.span1 {
        width: 28px
    }
}

@media (min-width: 1200px) {
    .row {
        margin-left:-30px;
        zoom:1}

    .row:before,.row:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row:after {
        clear: both
    }

    [class=span] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }

    .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container,.span12 {
        width: 1170px
    }

    .span11 {
        width: 1070px
    }

    .span10 {
        width: 970px
    }

    .span9 {
        width: 870px
    }

    .span8 {
        width: 770px
    }

    .span7 {
        width: 670px
    }

    .span6 {
        width: 570px
    }

    .span5 {
        width: 470px
    }

    .span4 {
        width: 370px
    }

    .span3 {
        width: 270px
    }

    .span2 {
        width: 170px
    }

    .span1 {
        width: 70px
    }

    .offset12 {
        margin-left: 1230px
    }

    .offset11 {
        margin-left: 1130px
    }

    .offset10 {
        margin-left: 1030px
    }

    .offset9 {
        margin-left: 930px
    }

    .offset8 {
        margin-left: 830px
    }

    .offset7 {
        margin-left: 730px
    }

    .offset6 {
        margin-left: 630px
    }

    .offset5 {
        margin-left: 530px
    }

    .offset4 {
        margin-left: 430px
    }

    .offset3 {
        margin-left: 330px
    }

    .offset2 {
        margin-left: 230px
    }

    .offset1 {
        margin-left: 130px
    }

    .row-fluid {
        width: 100%;
        zoom:1}

    .row-fluid:before,.row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }

    .row-fluid:after {
        clear: both
    }

    .row-fluid [class=span] {
        display: block;
        width: 100%;
        min-height: 30px;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564102564%;
        margin-left: 2.5109110747408616%
    }

    .row-fluid [class=span]:first-child {
        margin-left: 0
    }

    .row-fluid .controls-row [class=span]+[class=span] {
        margin-left: 2.564102564102564%
    }

    .row-fluid .span12 {
        width: 100%;
        width: 99.94680851063829%
    }

    .row-fluid .span11 {
        width: 91.45299145299145%;
        width: 91.39979996362975%
    }

    .row-fluid .span10 {
        width: 82.90598290598291%;
        width: 82.8527914166212%
    }

    .row-fluid .span9 {
        width: 74.35897435897436%;
        width: 74.30578286961266%
    }

    .row-fluid .span8 {
        width: 65.81196581196582%;
        width: 65.75877432260411%
    }

    .row-fluid .span7 {
        width: 57.26495726495726%;
        width: 57.21176577559556%
    }

    .row-fluid .span6 {
        width: 48.717948717948715%;
        width: 48.664757228587014%
    }

    .row-fluid .span5 {
        width: 40.17094017094017%;
        width: 40.11774868157847%
    }

    .row-fluid .span4 {
        width: 31.623931623931625%;
        width: 31.570740134569924%
    }

    .row-fluid .span3 {
        width: 23.076923076923077%;
        width: 23.023731587561375%
    }

    .row-fluid .span2 {
        width: 14.52991452991453%;
        width: 14.476723040552828%
    }

    .row-fluid .span1 {
        width: 5.982905982905983%;
        width: 5.929714493544281%
    }

    .row-fluid .offset12 {
        margin-left: 105.12820512820512%;
        margin-left: 105.02182214948171%
    }

    .row-fluid .offset12:first-child {
        margin-left: 102.56410256410257%;
        margin-left: 102.45771958537915%
    }

    .row-fluid .offset11 {
        margin-left: 96.58119658119658%;
        margin-left: 96.47481360247316%
    }

    .row-fluid .offset11:first-child {
        margin-left: 94.01709401709402%;
        margin-left: 93.91071103837061%
    }

    .row-fluid .offset10 {
        margin-left: 88.03418803418803%;
        margin-left: 87.92780505546462%
    }

    .row-fluid .offset10:first-child {
        margin-left: 85.47008547008548%;
        margin-left: 85.36370249136206%
    }

    .row-fluid .offset9 {
        margin-left: 79.48717948717949%;
        margin-left: 79.38079650845607%
    }

    .row-fluid .offset9:first-child {
        margin-left: 76.92307692307693%;
        margin-left: 76.81669394435352%
    }

    .row-fluid .offset8 {
        margin-left: 70.94017094017094%;
        margin-left: 70.83378796144753%
    }

    .row-fluid .offset8:first-child {
        margin-left: 68.37606837606839%;
        margin-left: 68.26968539734497%
    }

    .row-fluid .offset7 {
        margin-left: 62.393162393162385%;
        margin-left: 62.28677941443899%
    }

    .row-fluid .offset7:first-child {
        margin-left: 59.82905982905982%;
        margin-left: 59.72267685033642%
    }

    .row-fluid .offset6 {
        margin-left: 53.84615384615384%;
        margin-left: 53.739770867430444%
    }

    .row-fluid .offset6:first-child {
        margin-left: 51.28205128205128%;
        margin-left: 51.175668303327875%
    }

    .row-fluid .offset5 {
        margin-left: 45.299145299145295%;
        margin-left: 45.1927623204219%
    }

    .row-fluid .offset5:first-child {
        margin-left: 42.73504273504273%;
        margin-left: 42.62865975631933%
    }

    .row-fluid .offset4 {
        margin-left: 36.75213675213675%;
        margin-left: 36.645753773413354%
    }

    .row-fluid .offset4:first-child {
        margin-left: 34.18803418803419%;
        margin-left: 34.081651209310785%
    }

    .row-fluid .offset3 {
        margin-left: 28.205128205128204%;
        margin-left: 28.0987452264048%
    }

    .row-fluid .offset3:first-child {
        margin-left: 25.641025641025642%;
        margin-left: 25.53464266230224%
    }

    .row-fluid .offset2 {
        margin-left: 19.65811965811966%;
        margin-left: 19.551736679396257%
    }

    .row-fluid .offset2:first-child {
        margin-left: 17.094017094017094%;
        margin-left: 16.98763411529369%
    }

    .row-fluid .offset1 {
        margin-left: 11.11111111111111%;
        margin-left: 11.004728132387708%
    }

    .row-fluid .offset1:first-child {
        margin-left: 8.547008547008547%;
        margin-left: 8.440625568285142%
    }

    input,textarea,.uneditable-input {
        margin-left: 0
    }

    .controls-row [class=span]+[class=span] {
        margin-left: 30px
    }

    input.span12,textarea.span12,.uneditable-input.span12 {
        width: 1156px
    }

    input.span11,textarea.span11,.uneditable-input.span11 {
        width: 1056px
    }

    input.span10,textarea.span10,.uneditable-input.span10 {
        width: 956px
    }

    input.span9,textarea.span9,.uneditable-input.span9 {
        width: 856px
    }

    input.span8,textarea.span8,.uneditable-input.span8 {
        width: 756px
    }

    input.span7,textarea.span7,.uneditable-input.span7 {
        width: 656px
    }

    input.span6,textarea.span6,.uneditable-input.span6 {
        width: 556px
    }

    input.span5,textarea.span5,.uneditable-input.span5 {
        width: 456px
    }

    input.span4,textarea.span4,.uneditable-input.span4 {
        width: 356px
    }

    input.span3,textarea.span3,.uneditable-input.span3 {
        width: 256px
    }

    input.span2,textarea.span2,.uneditable-input.span2 {
        width: 156px
    }

    input.span1,textarea.span1,.uneditable-input.span1 {
        width: 56px
    }

    .thumbnails {
        margin-left: -30px
    }

    .thumbnails>li {
        margin-left: 30px
    }

    .row-fluid .thumbnails {
        margin-left: 0
    }
}

@media (max-width: 850px) {
    body {
        padding-top:0
    }

    .navbar-fixed-top,.navbar-fixed-bottom {
        position: static
    }

    .navbar-fixed-top {
        margin-bottom: 20px
    }

    .navbar-fixed-bottom {
        margin-top: 20px
    }

    .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner {
        padding: 5px
    }

    .navbar .container {
        width: auto;
        padding: 0
    }

    .navbar .brand {
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 0 0 -5px
    }

    .nav-collapse {
        clear: both
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px
    }

    .nav-collapse .nav>li {
        float: none
    }

    .nav-collapse .nav>li>a {
        margin-bottom: 2px
    }

    .nav-collapse .nav>.divider-vertical {
        display: none
    }

    .nav-collapse .nav .nav-header {
        color: #777;
        text-shadow: none
    }

    .nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a {
        padding: 9px 15px;
        font-weight: 700;
        color: #777;
        border-radius: 3px
    }

    .nav-collapse .btn {
        padding: 4px 10px;
        font-weight: 400;
        border-radius: 4px
    }

    .nav-collapse .dropdown-menu li+li a {
        margin-bottom: 2px
    }

    .nav-collapse .nav>li>a:hover,.nav-collapse .dropdown-menu a:hover {
        background-color: #f2f2f2
    }

    .navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a {
        color: #999
    }

    .navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:hover {
        background-color: #111
    }

    .nav-collapse.in .btn-group {
        margin-top: 5px;
        padding: 0
    }

    .nav-collapse .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        float: none;
        display: none;
        max-width: none;
        margin: 0 15px;
        padding: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    .nav-collapse .open>.dropdown-menu {
        display: block
    }

    .nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after {
        display: none
    }

    .nav-collapse .dropdown-menu .divider {
        display: none
    }

    .nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after {
        display: none
    }

    .nav-collapse .navbar-form,.nav-collapse .navbar-search {
        float: none;
        padding: 10px 15px;
        margin: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        box-shadow: inset 0 1px #ffffff1a,0 1px #ffffff1a
    }

    .navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search {
        border-top-color: #111;
        border-bottom-color: #111
    }

    .navbar .nav-collapse .nav.pull-right {
        float: none;
        margin-left: 0
    }

    .nav-collapse,.nav-collapse.collapse {
        overflow: hidden;
        height: 0
    }

    .navbar .btn-navbar {
        display: block
    }

    .navbar-static .navbar-inner {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (min-width: 949px) {
    .nav-collapse.collapse {
        height:auto!important;
        overflow: visible!important
    }
}

.agentLayoutCell {
    vertical-align: top;
    width: 20%
}

#step-1 .qeForm {
    margin-top: -29px!important
}

.qeSumLeft .qeIbutton.hand {
    width: 25px!important;
    margin-left: -1px!important;
    float: right
}

.qeIbutton.hand {
    width: 25px!important;
    margin-left: -1px!important
}

.qeIbutton {
    background: transparent url(/src/assets/images/B2C/infoicon.gif) no-repeat scroll center center;
    border: medium none;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 2px 0 0 3px;
    padding: 0;
    text-indent: -999px;
    vertical-align: top;
    width: 12px
}

.qeCalendarIcon {
    width: 30px!important
}

.qeForm select {
    height: auto
}

#qeButtonAgentLogOut {
    margin: 20px;
    padding: 8px
}

.agentLayoutHolder .qeButtonNextStep {
    margin-top: 20px
}

#qeButtonSearchQuote,#qeButtonUserAdmin {
    margin: 13px;
    padding: 8px;
    float: right
}

.qeCalendarIcon {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: none;
    border-image: initial;
    background: url(/src/assets/images/B2C/cal.gif) 50% 50% no-repeat transparent;
    width: 16px;
    height: 16px
}

#qeButtonNewQuote {
    margin: 20px
}

.agentLayoutMainCell {
    background: #eee;
    padding: 0;
    vertical-align: top!important
}

.qeCollectionBody {
    background: #f7f7f7
}

.qeCollectionBody {
    padding-left: 20px!important;
    padding-bottom: 20px
}

.qeCollection {
    width: 100%!important
}

#qeSumTable {
    position: relative
}

.qeSumBG_excess {
    background-color: #e4e9f3;
    text-align: left
}

.qeSumBodyBGSS {
    background-color: #f4f8fc;
    text-align: left
}

.qeSumBG1 {
    background-color: #f4f8fc
}

td.qeSumColHover {
    background-color: #b6d8e0;
    background-color: #e8c882;
    background-color: #fff;
    color: #000;
    font-weight: 700;
    border-left: none;
    border-right: none
}

.qeSumLeft {
    font-weight: 700;
    font-size: 14px
}

.qeLabelPage4TXT,.qePrice {
    font-weight: 700;
    font-size: 16px
}

.qeSumSubSectionLeft {
    font-weight: 400;
    font-size: 12px
}

.tqe-progress-bar {
    margin-top: 30px
}

.step-label-arrow .icon-circle-arrow-right {
    color: #999;
    font-size: 30px
}

.step-label-arrow {
    color: #fff
}

.container .qeCollectionLabel {
    padding: 7px 10px 7px 20px;
    margin: 0;
    background: #e6e6e6;
    color: #154e7e
}

.qeForm {
    width: 100%;
    margin: 0;
    padding: 0
}

.qeCollection {
    width: 100%;
}

.qeCollectionBody {
    width: 100%;
    background-color: #e6e6e6;
    border: none;
    padding: 15px 15px 20px;
    overflow: hidden;
    color: #154e7e
}

.qeCollectionLabel {
    width: 100%;
    padding: 0;
    background: #9ac0e7;
    color: #323232;
    font-weight: 700
}

.qeCollectionBodyNew {
    width: 100%;
    background-color: #e6e6e6;
    border: none;
    padding: 15px 15px 300px;
    overflow: hidden;
    color: #154e7e
}

.qeLabelCell {
    font-weight: 400;
    width: 100%;
    display: inline-block;
    font-size: 12px
}

input.qePromotionCode {
    width: 200px;
    height: 30px;
    margin: 5px
}

.qeItemRow {
    width: 100%;
    display: table;
    padding: 5px
}

.qeActivitiesNotes {
    font-size: 9px
}

.collection_buttons {
    border: none;
    min-height: 27px
}

.collection_summaryOfCover {
    width: 546px
}

.agentLayoutHolder {
    border: none
}

.agentLayoutCell {
    vertical-align: top;
    width: 250px;
    padding-left: 3px
}

.agentLayoutMainCell {
    vertical-align: top
}

.italic {
    font-style: italic
}

.collection_agentText,.qeCollectionLabel_agentText {
    width: 230px
}

.qeCollectionBody_agentText {
    width: 224px;
    background-color: #fc3
}

.qeAgentSwapScriptsLink {
    float: right;
    color: #fff;
    font-family: arial,verdana;
    font-size: 9px;
    font-weight: 400;
    text-decoration: none
}

a.qeAgentSwapScripts:link,a.qeAgentSwapScripts:visited {
    color: #fff;
    font-family: arial,verdana;
    font-size: 9px;
    font-weight: 400;
    text-decoration: underline
}

a.qeAgentSwapScripts:focus {
    color: #fff;
    font-family: arial,verdana;
    font-size: 9px;
    font-weight: 400;
    text-decoration: underline
}

a.qeAgentSwapScripts:hover {
    color: #fc3;
    font-family: arial,verdana;
    font-size: 9px;
    font-weight: 400;
    text-decoration: underline
}

a.qeAgentSwapScripts:active {
    color: #fff;
    font-family: arial,verdana;
    font-size: 9px;
    font-weight: 400;
    text-decoration: underline
}

.emailAQuoteOveride {
    border: none
}

#qeAlertMSG {
    text-align: left
}

.qeLabelCell {
    display: inline-block
}

.qeDataCell {
    display: inline;
    min-height: 23px
}

.qeKHQuestionLabelCell {
    width: 460px
}

.qeAgeGroupsLeftCell {
    display: block;
    float: left
}

.qeLeftItemRow {
    display: block;
    width: 280px;
    padding-top: 0;
    padding-bottom: 3px
}

.qeLeftLabelCell {
    display: block;
    width: 200px;
    float: left;
    padding-top: 4px
}

.qeLeftDataCell {
    display: block
}

.qeAgeGroupsRightCell {
    display: block;
    float: left
}

.qeRightItemRow {
    display: block;
    width: 235px;
    padding-top: 0;
    padding-bottom: 3px
}

.qeRightLabelCell {
    display: block;
    width: 170px;
    float: left;
    padding-top: 4px
}

.qeRightDataCell {
    display: block
}

.qeExcludeTitle {
    font-weight: 700;
    text-decoration: underline
}

.qeSumAssuredCurrencySymbol {
    font-weight: 700
}

.qeSumSectionBlank {
    color: red;
    font-weight: 700
}

.qeSumSectionTick {
    color: green;
    font-weight: 700;
    font-family: verdana
}

.qeSumStrikeThrough {
    color: red;
    text-decoration: line-through
}

.qeSumTable {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%
}

.qeSumTableSS {
    padding: 0 4px 0 0;
    margin: 0;
    border: none;
    width: 100%
}

.qeSectionWidth {
    width: 120px;
    background: #fff
}

.qeSumHead.qeSectionWidth {
    background: #fff
}

.qeSumSpacer {
    width: 130px;
    height: 0;
    border: none
}

.qePassengerRow {
    width: 760px
}

.qeTitle {
    width: 80px;
    margin-right: 5px
}

.qeTitle2 {
    width: 180px;
    margin-right: 5px
}

.qeFirstName,.qeSurname,.qeDOB {
    width: 180px
}

.qePassportNumber {
    width: 240px
}

.qePassportNumberHolder {
    width: 100px
}

.qePassportNumberSelect {
    width: 140px
}

.qeRequired {
    color: red
}

.qeAfterFieldText {
    font-size: 11px;
    font-weight: 400
}

.qePassenger {
    vertical-align: top;
    text-align: left;
    padding: 1px 0;
    color: #000;
    margin-right: 5px
}

.qePassengerHeader {
    font-weight: 700;
    vertical-align: top;
    text-align: left;
    padding: 1px 0;
    color: #000;
    margin-right: 5px;
    width: 100%;
}

.step-label {
    background: #eee;
    color: #999;
    padding: 9px 11px;
    height: 29px;
    width: 29px;
    border-radius: 50%;
    border: 0 solid #999;
    display: inline-block;
    text-align: center;
    line-height: 1;
    opacity: .5
}

.step-label-active {
    opacity: 1;
    color: #fff;
    background: #0A50A5
}

.step-label-inactive {
    opacity: .5;
    color: #fff;
    background: #0A50A5
}

.step-guide {
    float: right;
    position: relative;
    top: 3px;
    font-size: 11px;
    right: 5px
}

td.qeSumColHover {
    background-color: #0a51a3;
    color: #fff;
    font-weight: 700;
    border-left: none;
    border-right: none
}

td.qeSumCellHover {
    background-color: #ff9;
    background: #ffff99;
    background: linear-gradient(to right,#ffff99 1%,#ffff99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff99",endColorstr="#ffff99",GradientType=1)
}

.qeSumHead {
    background-color: #68a9c4;
    vertical-align: top;
    text-align: left;
    padding: 6px;
    font-weight: 700;
    color: #fff
}

.qeSummaryFooter {
    font-weight: 700;
    color: #323232;
    padding-left: 175px;
    font-size: 14px
}

.qeSummaryFooter {
    font-weight: 700;
    color: #323232;
    padding-left: 280px;
    font-size: 12px
}

#row_summaryFooter {
    padding-left: 280px
}

.qeSumLeft {
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    padding: 0 5px 1px;
    font-weight: 700;
    color: #000;
    min-width: 130px
}

.qeSumLeft {
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    padding: 6px 15px 5px 10px;
    font-weight: 700;
    color: #004e78;
    min-width: 130px
}

.qeSumSubSectionLeft {
    font-weight: 400
}

.qeSumBody {
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    padding: 0 5px 1px;
    color: #000;
    text-align: center;
    background: #e1e1e1;
    background: linear-gradient(to right,#e1e1e1 1%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e1e1e1",endColorstr="#ffffff",GradientType=1)
}

.qeSumBody {
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    padding: 5px 10px;
    color: #004e78;
    text-align: center
}

.qeSumPrice {
    background-color: #fff;
    vertical-align: top;
    text-align: left;
    font-weight: 700!important;
    color: #000;
    font-size: 14px;
    padding: 10px;
    text-align: center
}

.qeSelectPolicy {
    font-size: 14px
}

td.qeSumColHover {
    background-color: #0a51a3;
    color: #000;
    font-weight: 700;
    border-left: 1px solid #000;
    border-right: 1px solid #000
}

td.qeSumCellHover {
    background-color: #ff9
}

.qeSumBG_excess {
    background-color: #e4e9f3
}

.qeSumBodyBGSS,.qeSumBG1 {
    background-color: #f4f8fc
}

.qeSumBG2 {
    background-color: #e4e9f3
}

.qeSumBG3 {
    background-color: #d5dae4
}

.qeSumBG4 {
    background-color: #bac3d4
}

.qeSumBG5 {
    background-color: #a1adc4
}

.qeSumBG6 {
    background-color: #8392b1
}

.qeSumBG7,.qeSumBG8,.qeSumBG9 {
    background-color: #fff
}

.qeSumBodyGroupOption {
    padding: 0
}

.qeSumBodyGroupOptionCustomise {
    padding: 1px 0 3px 4px;
    font-weight: 700;
    color: #000
}

.qeGroupOptionTick {
    vertical-align: top;
    padding: 0 2px 0 4px;
    width: 10px
}

.qeGroupOption {
    vertical-align: top;
    padding: 4px 2px 2px;
    font-weight: 400
}

.qeIbuttonCollection {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 400px;
    min-height: 1px;
    padding: 3px;
    margin: 0;
    border: 1px solid #6676A6
}

.qeIbuttonTitle {
    background-color: #ebecf2;
    width: 393px;
    padding: 3px 3px 2px 4px;
    color: #6676a6;
    font-weight: 700
}

.qeIbuttonText {
    background-color: #fff;
    width: 393px;
    padding: 2px 3px 3px 4px
}

.qeIbuttonX {
    background: transparent url(/src/assets/images/B2C/iButtonX.gif) no-repeat center;
    width: 14px;
    height: 14px;
    margin: 6px 6px 0 0;
    z-index: 2000;
    cursor: pointer
}

input[type=text] {
    width: 220px!important;
    height: 25px!important;
    margin-right: 5px
}

input.midium[type=text] {
    width: 150px!important;
    height: 25px!important;
    margin-right: 5px
}

input.inputSmall[type=text] {
    width: 120px!important;
    height: 25px!important;
    margin-right: 5px
}

input.qeCheckbox {
    margin: 0
}

input {
    border: 1px solid #68A9C4;
    padding: 2px
}

input.qeCheckbox {
    border: none;
    padding: 0;
    margin: 0
}

input.qeRadio {
    border: none;
    margin: 3px 0
}

input.qeSumRadio {
    border: none;
    margin: 0;
    padding: 0
}

input.qeDateInput {
    width: 75px
}

input.qePromotionCode {
    width: 100px
}

input.qeSumAssured {
    width: 50px
}

input.qeAgentUserName {
    width: 150px
}

input.qeAgentPassword {
    width: 125px
}

input.qeAdd1,input.qeAdd2,input.qeAdd3,input.qeAdd4,input.qePostcode,input.qeEmail,input.qeEmailConfirm {
    width: 150px
}

input.qeTelephoneCountryCode {
    width: 30px
}

input.qeTelephone {
    width: 111px
}

input.qeMembershipNumber,input.qeCcName,input.qeCcNumber {
    width: 150px
}

input.qeValidDate,input.qeExpiryDate,input.qeIssueNumber,input.qeCVV {
    width: 50px
}

input.qeFirstNameInput,input.qeSurnameInput {
    width: 100px
}

input.qeDOBInput {
    width: 75px
}

input.qePassportNumberInput {
    width: 80px
}

input.qeBusinessEquipmentNameInput {
    width: 150px
}

input.qeBusinessEquipmentValueInput {
    width: 75px
}

input.qePersonalEffectsNameInput {
    width: 150px
}

input.qePersonalEffectsValueInput {
    width: 75px
}

select {
    border: 1px solid #6676A6;
    padding: 2px!important
}

option {
    margin-right: 8px
}

.hand {
    cursor: pointer
}

.qeButtonNextStep,.qeButtonGetPrice,.qeButtonBuyNow,.qeButtonFinish,#MQE-next,#MQE-search {
    background-color: #004e78;
    background-image: linear-gradient(to bottom,#004e78,#004e78);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    border-radius: 0;
    color: #fff;
    float: right;
    font-size: 16px;
    margin: 10px 0 10px 10px;
    padding: 5px 10px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25)
}

#MQE-remove,#MQE-previous,#MQE-remove,#MQE-previous,#qeButtonEditMC,#qeButtonReinstateMC,#qeButtonPreviousStep,#qeButtonEditMC,#qeButtonEmailAQuote,#ewqeButtonEmailAQuote,#qeButtonExcludeMC,#qeButtonShowAddress,.qeButtonAddMC,#saveQtBtn {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#e6e6e6,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    box-shadow: 0 1px #fff3 inset,0 1px 2px #0000000d;
    color: #004e78;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin: 10px 10px 10px 0;
    padding: 5px 10px;
    text-align: center;
    text-indent: 0;
    text-shadow: 0 0 0 rgba(255,255,255,.75)
}

.qeHolderRow {
    display: block;
    height: 17px;
    margin: 1px 0
}

.qeTick {
    display: block;
    float: left;
    border: none;
    background: transparent url(/src/assets/images/B2C/tick.gif) no-repeat center;
    width: 10px;
    height: 10px
}

.qeCross {
    display: block;
    float: left;
    border: none;
    background: transparent url(/src/assets/images/B2C/cross.gif) no-repeat center;
    width: 10px;
    height: 10px
}

.qeCVVimg {
    display: block;
    border: none;
    background: transparent url(/src/assets/images/B2C/cvv.gif) no-repeat center;
    width: 250px;
    height: 116px
}

.qe3DS_1 {
    display: block;
    float: left;
    border: none;
    background: transparent url(/src/assets/images/B2C/MCSC.png) no-repeat center;
    width: 105px;
    height: 38px
}

.qe3DS_2 {
    display: block;
    margin-left: 105px;
    border: none;
    background: transparent url(/src/assets/images/B2C/VbV.png) no-repeat center;
    width: 94px;
    height: 34px
}

.qeIEbugFix {
    display: inline;
    font-size: 0;
    padding: 0;
    margin: 0
}

.qeIbutton {
    vertical-align: top;
    margin: 4px 0 0 3px;
    padding: 0;
    font-size: 0;
    border: none;
    background: transparent url(/src/assets/images/B2C/infoicon.gif) no-repeat scroll center center;
    text-indent: -999px;
    line-height: 0;
    width: 12px;
    height: 12px
}

.qeCalendarIcon {
    width: 16px!important
}

.qeCalendarIcon {
    vertical-align: top;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent url(/src/assets/images/B2C/cal.gif) no-repeat center;
    width: 16px;
    height: 16px
}

.qeIbuttonTitle {
    background-color: #ebecf2;
    max-width: 393px;
    padding: 3px 3px 2px 4px;
    color: #6676a6;
    font-weight: 700
}

.qeIbuttonText {
    background-color: #fff;
    max-width: 393px;
    padding: 2px 3px 3px 4px
}

a.qeShowHideSummary:link,a.qeShowHideSummary:visited {
    color: #666;
    font-family: arial,verdana;
    font-size: 9px;
    font-weight: 400;
    text-decoration: underline
}

a.qeShowHideSummary:focus {
    color: #666;
    font-family: arial,verdana;
    font-size: 9px;
    font-weight: 400;
    text-decoration: underline
}

a.qeShowHideSummary:hover,a.qeShowHideSummary:active {
    color: #666;
    font-family: arial,verdana;
    font-size: 9px;
    font-weight: 400;
    text-decoration: underline
}

a.qeLink:link,a.qeLink:visited {
    color: #68a9c4;
    font-weight: 700;
    text-decoration: underline
}

a.qeLink:focus {
    color: #68a9c4;
    font-weight: 700;
    text-decoration: underline
}

a.qeLink:hover,a.qeLink:active,a.qeSandAlink:link,a.qeSandAlink:visited {
    color: #68a9c4;
    font-weight: 700;
    text-decoration: underline
}

a.qeSandAlink:focus {
    color: #68a9c4;
    font-weight: 700;
    text-decoration: underline
}

a.qeSandAlink:hover,a.qeSandAlink:active {
    color: #68a9c4;
    font-weight: 700;
    text-decoration: underline
}

.tqe-content-right {
    width: auto;
    background: #9ac0e5;
    margin: 0 0 20px;
    padding: 15px;
    color: #fff
}

.tqe-content-right .credit-cards-icon {
    margin: auto
}

.lock-icon {
    float: right;
    margin: 10px
}

.geo-trust-icon {
    float: right
}

.tqe-content-right h2 {
    margin: 0 0 8px;
    line-height: 22px
}

.tqe-content-right hr {
    margin: 0
}

.qeMedTitle {
    font-weight: 700;
    color: #3d3d3d;
    text-decoration: none
}

#MQE-screeningBody fieldset legend {
    background: #9AC0E7;
    padding: 0;
    font-size: 16px;
    font-weight: 700
}

#MQE-navigation legend {
    display: none
}

#MQE-nextButton {
    float: right
}

.qeMedConList {
    padding: 5px;
    margin-left: 25px
}

.qeMedConDeclared,.qeMedConDeclined {
    font-weight: 700
}

.qeMedDeclinedMSG {
    width: 549px
}

.MQE-answer label {
    display: inline;
    padding: 10px
}

.MQE-answer input {
    display: inline;
    padding: 10px;
    position: relative;
    bottom: 5px
}

.table-condensed th,.table-condensed td {
    padding: 4px 5px
}

#MQE-screeningBody .qe-stripes {
    height: 42px
}

#MQE-resultsTable,#MQE-currentConditionsTable {
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-collapse: collapse;
    border-left: 0;
    border-radius: 4px
}

#MQE-resultsTable th,#MQE-resultsTable td,#MQE-currentConditionsTable th,#MQE-currentConditionsTable td {
    border-left: 1px solid #dddddd;
    padding: 15px
}

#MQE-resultsTable caption+thead tr:first-child th,#MQE-resultsTable caption+tbody tr:first-child th,#MQE-resultsTable caption+tbody tr:first-child td,#MQE-resultsTable colgroup+thead tr:first-child th,#MQE-resultsTable colgroup+tbody tr:first-child th,#MQE-resultsTable colgroup+tbody tr:first-child td,#MQE-resultsTable thead:first-child tr:first-child th,#MQE-resultsTable tbody:first-child tr:first-child th,#MQE-resultsTabletbody:first-child tr:first-child td {
    border-top: 0
}

#MQE-resultsTable thead:first-child tr:first-child>th:first-child,#MQE-resultsTable tbody:first-child tr:first-child>td:first-child,#MQE-resultsTable tbody:first-child tr:first-child>th:first-child {
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

#MQE-resultsTable thead:first-child tr:first-child>th:last-child,#MQE-resultsTable tbody:first-child tr:first-child>td:last-child,#MQE-resultsTable tbody:first-child tr:first-child>th:last-child {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

#MQE-resultsTable thead:last-child tr:last-child>th:first-child,#MQE-resultsTable tbody:last-child tr:last-child>td:first-child,#MQE-resultsTable tbody:last-child tr:last-child>th:first-child,#MQE-resultsTable tfoot:last-child tr:last-child>td:first-child,#MQE-resultsTable tfoot:last-child tr:last-child>th:first-child {
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px
}

#MQE-resultsTable thead:last-child tr:last-child>th:last-child,#MQE-resultsTable tbody:last-child tr:last-child>td:last-child,#MQE-resultsTable tbody:last-child tr:last-child>th:last-child,#MQE-resultsTable tfoot:last-child tr:last-child>td:last-child,#MQE-resultsTable tfoot:last-child tr:last-child>th:last-child {
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px
}

#MQE-resultsTable tfoot+tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0
}

.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0
}

#MQE-resultsTable caption+thead tr:first-child th:first-child,#MQE-resultsTable caption+tbody tr:first-child td:first-child,#MQE-resultsTable colgroup+thead tr:first-child th:first-child,#MQE-resultsTable colgroup+tbody tr:first-child td:first-child {
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px
}

#MQE-resultsTable caption+thead tr:first-child th:last-child,#MQE-resultsTable caption+tbody tr:first-child td:last-child,#MQE-resultsTable colgroup+thead tr:first-child th:last-child,#MQE-resultsTable colgroup+tbody tr:first-child td:last-child {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px
}

#MQE-resultsTable tbody > tr:nth-child(odd) > td,#MQE-resultsTable tbody > tr:nth-child(odd) > th,#MQE-currentConditionsTable tr:nth-child(odd) > th,#MQE-currentConditionsTable tr:nth-child(odd) > th {
    background-color: #fff
}

.qePostageFeeTXT {
    color: red
}

.qeOriginalPriceTXT {
    color: red;
    text-decoration: line-through
}

.qeLabelPage4TXT,.qeWdysauTXT {
    font-weight: 700
}

.qeImportantNotes {
    text-align: center
}

.qeImportantNotesLabel {
    font-weight: 700;
    color: red;
    text-decoration: underline
}

.qe3dsTitle {
    font-weight: 700;
    font-size: 12px
}

.qe3dsText {
    font-size: 9px
}

.qeCertNo {
    font-weight: 700
}

.qeRQCallUs {
    color: #027d5d
}

.qeRQPhoneNo {
    font-size: 18px;
    color: #ff7a0d
}

.qeRQDetails {
    font-size: 18px;
    color: #027d5d
}

.qeRQPolInfoTitle {
    font-size: 14px;
    line-height: 20px;
    font-family: Verdana,Arial,Helvetica;
    color: #027d5d;
    font-weight: 700;
    margin: 0;
    padding: 0
}

#qeRQPolicyList {
    font: 700 12px Verdana,Arial,Helvetica;
    color: #5a5a5a;
    padding: 0;
    margin: 5px 0;
    list-style: none
}

ul#qeRQPolicyList li {
    margin: 7px 0;
    padding-left: 25px;
    background: url(/images/list.gif) no-repeat left center;
    height: 19px
}

.qeRQPolLeft {
    width: 200px;
    padding-top: 7px 10px 7px 10px;
    margin-top: 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #dcd;
    min-height: 23px
}

.qeRQPolRight {
    width: 328px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d2d2d2;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    padding-top: 7px 10px 7px 10px;
    margin-top: 0;
    float: right;
    min-height: 23px;
    padding-top: 4px
}

.qeButtonPolicyMedicalDeclarationYesClicked {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-tick-faded.gif) no-repeat center;
    font-size: 0;
    color: #cfe1ab;
    line-height: 0;
    width: 28px;
    height: 28px
}

.qeButtonPolicyMedicalDeclarationYes {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-tick.gif) no-repeat center;
    font-size: 0;
    color: #85bf0b;
    line-height: 0;
    width: 28px;
    height: 28px
}

.qeButtonPolicyMedicalDeclarationNoClicked {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-x-faded.gif) no-repeat center;
    font-size: 0;
    color: #f0a8b2;
    line-height: 0;
    width: 28px;
    height: 28px
}

.qeButtonPolicyMedicalDeclarationNo {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-x.gif) no-repeat center;
    font-size: 0;
    color: #f00024;
    line-height: 0;
    width: 28px;
    height: 28px
}

.qeButtonPMMedicalDeclarationYesClicked {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-tick-faded.gif) no-repeat center;
    text-indent: -999px;
    font-size: 0;
    line-height: 0;
    width: 28px;
    height: 28px
}

.qeButtonPMMedicalDeclarationYes {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-tick.gif) no-repeat center;
    text-indent: -999px;
    font-size: 0;
    line-height: 0;
    width: 28px;
    height: 28px
}

.qeButtonPMMedicalDeclarationNoClicked {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-x-faded.gif) no-repeat center;
    text-indent: -999px;
    font-size: 0;
    line-height: 0;
    width: 28px;
    height: 28px
}

.qeButtonPMMedicalDeclarationNo {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-x.gif) no-repeat center;
    text-indent: -999px;
    font-size: 0;
    line-height: 0;
    width: 28px;
    height: 28px
}

.medicalConditionsYesClicked,.medicalConditionsNoClicked,.policyMedicalDeclarationYesClicked,.policyMedicalDeclarationNoClicked {
    font-weight: 700
}

.qeButtonExcludeMC {
    background-color: #0a50a5;
    border-color: #c5c5c5;
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
    padding: 0 17px;
    margin: 10px 10px 10px -10px;
    font-size: 17px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    text-indent: 0;
    width: auto!important;
    background-image: none
}

.qeSumLeft.qeSelectPolicy {
    background: #004e78;
    color: #fff;
    font-size: 16px
}

.qeSumLeft.qeSelectPolicy i {
    font-size: 30px;
    color: #fff;
    margin-left: 10px;
    position: relative;
    top: 4px
}

.qeSumHead {
    background-color: #99bee8
}

td.qeSumColHover {
    background-color: #b6d8e0;
    background-color: #e8c882;
    background-color: #99c0e7;
    color: #000;
    font-weight: 400;
    border-left: none;
    border-right: none
}

td.qeSumRowHover,.qeSumTable tr:hover td {
    color: #fff;
    border-top: none;
    border-bottom: none;
    background: #004e78
}

.qeSumTable tr:hover td.noBG {
    background: none!important;
    font-weight: 400
}

td.qeSumCellHover {
    background-color: #ff9;
    background: #ffff99;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmY5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmOTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to right,#ffff99 1%,#ffff99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff99",endColorstr="#ffff99",GradientType=1)
}

#step-2 #qeSumTable {
    position: relative;
    bottom: 0
}

#row_winterSports .qeDataCell {
    display: inline!important
}

#row_winterSports .qeLabelCell {
    display: inline
}

.qeSumHead {
    background-color: #84c2ea;
    text-align: center
}

td.qeSumColHover {
    font-weight: 400
}

td.qeSumCellHover {
    background-color: #99bee8
}

.icon-file {
    font-size: 20px;
    margin: 3px 5px -5px 0
}

.qeSumHead.qeSumHeadBG4.qeSumHeadBG_TRIPAU span {
    font-weight: 400
}

.qeLabelCell {
    float: none
}

#step-3 .qeForm select {
    margin-top: 0!important
}

div#collectionBody_policyHolder.qeCollectionBody table tbody tr#row_policyHolderDetails.qePassengerRow .qeCalendarIcon {
    width: 20px!important;
    display: inline
}

.qeDOB.qePassenger {
    width: auto
}

div#collectionBody_policyHolder.qeCollectionBody table tbody tr#row_policyHolderDetails.qePassengerRow input {
    width: 148px!important
}

div#collectionBody_policyHolder.qeCollectionBody table tbody tr#row_policyHolderDetails.qePassengerRow select {
    margin-right: 20px;
    width: 100px
}

div#collectionBody_policyHolder.qeCollectionBody table tbody tr#row_policyHolderDetails.qePassengerRow .qePassenger {
    padding: 3px 16px 0 0
}

div#collectionBody_policyHolder.qeCollectionBody table tbody tr#row_policyHolderDetails.qePassengerRow .qeCalendarIcon {
    width: 20px;
    display: inline
}

.qeDOB.qePassenger {
    width: 227px
}

.qeButtonPolicyMedicalDeclarationNoClicked,.qeButtonPolicyMedicalDeclarationYes,.qeButtonPolicyMedicalDeclarationYesClicked,.qeButtonPolicyMedicalDeclarationNo {
    width: 28px!important
}

.qeSumLeft {
    font-size: 11px
}

.qeSumLeft14 {
    font-size: 14px
}

.qeSumBG4:hover {
    background: #ff9
}

.qeCollectionBody.qeStep2Width {
    background: #fff
}

#row_postcodeAnywhere .inputArea {
    max-width: 300px
}

.qeTitle.qePassenger select {
    width: 80px
}

.qeCollection.collection_policy#collection_policy {
    width: 200px
}

.qePriceTXT~.qePriceTXT {
    display: none
}

.qePriceWithMedLoading,.qePriceWithoutMedLoading {
    font-size: 12px
}

.qePrice {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    display: block
}

.qePriceTXT {
    font-size: 11px;
    position: relative;
    bottom: 0
}

.step4TableMerged {
    position: relative;
    bottom: 15px
}

.dobDateFormat {
    display: none
}

.qeCollection.collection_policy#collection_policy {
    width: 100%!important;
    display: inline-block;
    float: right;
    font-size: 12px
}

.qeCollection.collection_policyHolder.qeStep4TotalWidthMerged,#collection_importantQuestions {
    max-width: 100%!important;
    display: inline-block
}

#collection_otherIssured,#qeCollectionLabel qeStep4LabelWidthMerged,.collection_buttons.qeStep4TotalWidthMerged,.qeCollection.collection_personalEffects.qeStep4TotalWidthMerged,.qeCollection.collection_addressDetails.qeStep4TotalWidthMerged,.qeCollection.collection_policyDocs.qeStep4TotalWidthMerged,#collection_paymentDetails,#collection_questions,#collection_summaryOfCover.qeStep4TotalWidthMerged,#collection_altAddressDetails {
    max-width: 100%
}

.qe-steps-img {
    float: right
}

.lt-ie9 .qeCollection.collection_policyHolder.qeStep4TotalWidthMerged,.lt-ie9 .qeCollection.collection_addressDetails.qeStep4TotalWidthMerged,.lt-ie9 .qeCollection.collection_policyDocs.qeStep4TotalWidthMerged,.lt-ie9 #collection_paymentDetails,.lt-ie9 #collection_questions {
    width: 640px!important
}

.lt-ie9 #collection_policyHolder .qeTextbox {
    width: 130px!important
}

.lt-ie9 #collectionBody_addressDetails {
    display: block
}

.qeTotal {
    font-size: 15px;
    font-weight: 700
}

.qeTotalNew {
    font-size: 19px;
    font-weight: 700
}

.qeLabelPage4TXTMerged {
    font-weight: 700;
    margin-right: 3%
}

.qeStep4WidthMergedRight .qeTotal {
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 0;
    position: relative;
    margin-top: 0
}

#collectionBody_confirmation .qeTotal {
    color: #83bd11;
    font-size: 16px
}

#collectionBody_confirmation .qeIbutton,#collectionBody_questions .qeIbutton {
    float: none
}

#qeTripsFormContent {
    margin-top: 20px
}

.qeAgeRanges {
    color: #eee
}

.Question.SimpleSingleAnswer {
    margin-bottom: 10px
}

#MQE-screeningBody {
    background: #eee;
    border-radius: 5px
}

#MQE-screening {
    background: #eee;
    border-radius: 5px;
    padding: 20px
}

#MQE-screening ul {
    list-style-type: none
}

.qeLeftLabelCell,.qeRightLabelCell {
    font-weight: 700
}

#collectionLabel_confirmation .qeCollectionBody {
    padding: 0 6px 20px
}

.qePrice {
    line-height: 33px
}

#collection_policy .selected-tick-small {
    border: none;
    background: transparent url(/src/assets/images/B2C/large-tick-faded.gif) no-repeat center;
    font-size: 0;
    color: #cfe1ab;
    line-height: 0;
    width: 28px;
    height: 28px
}

.qeCertNo {
    color: #0c970c;
    font-size: 20px
}

#qeTripsFormContent {
    margin-top: 0
}

::selection {
    background: #9ac0e7
}

::-moz-selection {
    background: #9ac0e7
}

.container {
    position: relative
}

#inner-container {
    margin-top: 20px
}

.header:after {
    content: "";
    display: table;
    clear: both
}

select,textarea,input[type=text],input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],.uneditable-input {
    display: inline-block;
    height: 24px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    border-radius: 0;
    vertical-align: middle
}

input[type=text],textarea {
    border: 1px solid rgba(255,255,255,.3);
    background: linear-gradient(#eee,#fff);
    transition: all .3s ease-out;
    /* box-shadow: inset 0 1px 1px #0003; */
    color: #555
}

input[type=text]:focus {
    outline: none;
    background-position: 0 -1.7em
}

textarea:focus {
    background-position: 0 -14em
}

body {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-weight: 300
}

h1 {
    margin: 0 0 10px;
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 33px;
    letter-spacing: 1px;
    color: #000;
    background-color: transparent
}

h2 {
    margin: 0 0 10px;
    font-family: Montserrat,sans-serif;
    letter-spacing: 2px;
    font-size: 22px;
    line-height: 22px
}

h3 {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 20px 0 0;
    font-size: 20px;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 26px
}

h4 {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    margin: 20px 0 0;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 1px;
    text-transfom: uppercase
}

h5 {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    margin: 30px 0 20px;
    line-height: 35px
}

.smallprint {
    font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
    font-size: 10px
}

a:hover {
    text-decoration: none
}

.img-p {
    margin: 0
}

img.pull-right {
    margin-right: 10px
}

ul.tick-list {
    background: #9ac0e5;
    padding: 20px;
    margin: 20px 0
}

ul.tick-list:before,ul.tick-list:after {
    content: " ";
    display: table;
    clear: both
}

ul.tick-list {
    zoom:1}

ul.tick-list li {
    font-weight: 700;
    list-style-type: none;
    line-height: 30px;
    float: left;
    display: inline;
    width: 50%
}

.tick-list i {
    color: #0c970c;
    font-size: 18px;
    margin-right: 5px
}

.tick-list i:hover {
    color: #323232
}

ul.tick-list-alt {
    background: transparent;
    padding: 7px 10px 0 8px;
    color: #dedede
}

ul.tick-list-alt li {
    list-style-type: elipse;
    list-style-position: inside;
    padding: 0;
    text-indent: -1em;
    font-weight: 700;
    font-size: 15px
}

.tick-list-alt i.icon-check {
    color: #fff;
    font-size: 18px;
    margin-right: -11px
}

.tick-list-alt i:hover {
    color: #323232
}

.tqe-content-right .tick-list li {
    line-height: 30px;
    float: left;
    display: inline;
    width: 100%
}

.tqe-content-right .tick-list {
    padding: 0
}

.forminputbutton {
    border-color: #c5c5c5;
    border-color: rgba(0,0,0,.15) rgba(0,0,0,.15) rgba(0,0,0,.25);
    padding: 7px 24px;
    font-size: 17.5px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #006dcc;
    background-image: linear-gradient(to bottom,#0088cc,#0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc",endColorstr="#ff0044cc",GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    background-color: #0044cc;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    margin-top: 20px
}

.contact.well {
    min-height: 360px
}

.contact.well h3 {
    margin: 0 0 10px
}

textarea {
    width: 400px!important;
    height: 200px!important
}

.form label {
    font-size: 16px;
    font-weight: 700
}

.mandatory {
    font-size: 9px
}

.form-tickbox {
    max-width: 300px;
    display: inline
}

.form {
    padding: 20px;
    background: #eee
}

select#destination,select#typeOfCover {
    height: 30px
}

#competitionCover {
    margin-bottom: 10px
}

#competitionCover input {
    display: inline;
    padding: 10px;
    position: relative;
    bottom: 5px
}

#competitionCover label {
    display: inline;
    padding: 10px
}

#groupOrIndividual {
    margin-bottom: 10px
}

#groupOrIndividual label {
    display: inline;
    padding: 10px
}

#groupOrIndividual input {
    display: inline;
    padding: 10px;
    position: relative;
    bottom: 5px
}

#smoker label {
    display: inline;
    padding: 10px
}

#smoker input {
    display: inline;
    padding: 10px;
    position: relative;
    bottom: 5px
}

#gender label {
    display: inline;
    padding: 10px
}

#gender input {
    display: inline;
    padding: 10px;
    position: relative;
    bottom: 5px
}

#protectMortgage label {
    display: inline;
    padding: 10px
}

#protectMortgage input {
    display: inline;
    padding: 10px;
    position: relative;
    bottom: 5px
}

#dueForDeployment label {
    display: inline;
    padding: 10px
}

#dueForDeployment input {
    display: inline;
    padding: 10px;
    position: relative;
    bottom: 5px
}

#enquiryForm .fieldset {
    margin-bottom: 10px
}

#dateOfBirth {
    margin-bottom: 20px
}

.dark-blue+.form {
    margin: 0 0 20px
}

h1 {
    font-size: 2em;
    letter-spacing: 1px;
    color: #fff;
    position: absolute;
    background: #21344D;
    padding: 5px 10px;
    margin: 0;
    background-color: #21344dcc
}

.main-content-width-two-col-right {
    position: relative
}

.page-header-img-container {
    margin: 0 0 20px;
    min-height: 70px;
    color: #fff;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px
}

.page-header-img-container-lp {
    margin: 0 0 20px;
    min-height: 82px;
    color: #fff;
    padding: 20px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px
}

.page-header-img-container em {
    font-weight: 400
}

.btn-large {
    float: right
}

.top-quote-btn {
    margin-left: 20px
}

.contact.well h3 {
    margin: 0
}

.lt-ie9 #mainNavigation {
    overflow: visible;
    background: url(/media/267687/ie8-main-nav-bg.png) no-repeat;
    padding: 27px 5px 28px;
    margin-top: -30px
}

.lt-ie8 #mainNavigation {
    background: url(/media/267687/ie8-main-nav-bg.png) no-repeat;
    padding: 27px 2px 28px;
    margin-top: -30px;
    display: block;
    float: right;
    width: 547px;
    height: 103px
}

.lt-ie9 .quote-price-circle-cms {
    background: url(/media/269310/price-point.png) no-repeat;
    padding: 20px;
    width: 100px;
    margin: 0 0 10px 10px
}

.lt-ie9 .mask {
    background: url(/media/269305/ie8-grid-trans-bg.png) repeat
}

.qeSumLeft {
    min-width: 0
}

.lt-ie9 .qeSumPrice {
    font-size: 17px
}

.lt-ie8 .span6 {
    width: 44.5%
}

#menuItem-1 {
    display: none
}

#subMenu-2 {
    right: 30px;
    position: relative;
    background: #eee
}

#subMenu-3 {
    right: 20px;
    position: relative;
    background: #eee
}

.menu-item {
    margin: 10px 0 0;
    padding: 1%;
    color: #fff
}

#mainNavigation {
    position: absolute;
    top: 28px;
    right: 0
}

.navigationTree:after {
    content: "";
    display: table;
    clear: both
}

ul.navigationTree {
    margin: 0
}

.navigationTree li.searchbox {
    display: none
}

#footer ul li {
    display: inline
}

.navigationTree li span {
    color: #323232!important
}

.navigationTree li i {
    color: #192a40;
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: 5px
}

.navigationTree li:hover {
    transition: all .5s ease-in-out
}

i {
    position: relative;
    top: 1px;
    margin-right: 7px;
    font-size: 18px
}

.inner {
    margin: 0 auto;
    padding: 3px 0 5px 7px;
    width: auto;
    height: 50px;
    font-size: 13px;
    font-weight: 700;
    font-family: Arial,Helvetica,sans-serif;
    background: #f9fcf7;
    background: linear-gradient(to bottom,#f9fcf7 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9fcf7",endColorstr="#e8e8e8",GradientType=0);
    border-radius: 2px;
    box-shadow: 1px 1px #0003
}

.inner a {
    display: block;
    margin: 5px;
    padding: 7px 5px 7px 0;
    color: #666;
    text-decoration: none;
    text-shadow: 0 1px 1px #ffffff
}

.inner li {
    display: block;
    float: left;
    margin-right: 10px
}

.inner li a {
    background: #eeeeee;
    transition: all .5s ease-in-out
}

.inner li a:hover {
    background: #e2e5de;
    background: linear-gradient(to bottom,#e2e5de 0,#f5f9f0 50%);
    color: #323232;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2e5de",endColorstr="#f5f9f0",GradientType=0);
    transition: all .5s ease-in-out
}

.inner li a:first-child {
    padding-left: 10px
}

.inner li ul {
    position: absolute
}

.inner li ul li {
    clear: both
}

.inner ul li ul {
    display: none;
    width: 185px
}

.inner ul li ul li {
    width: 100%
}

.inner>ul>li {
    z-index: 999
}

.inner ul li ul {
    z-index: 99;
    background: #f0f0f0;
    box-shadow: 1px 1px 1px 1px #0003
}

.inner ul>li>ul>li a {
    font-weight: 400;
    font-size: 10px
}

.hero-rule {
    margin: 20px 0 10px
}

.hero-rule-2 {
    margin: 0 0 20px
}

.hexagon.svgLoaded {
    position: absolute;
    top: -24px;
    right: -3px
}

[id=stripe] {
    fill: #f0f0f0
}

#trinity-hex {
    max-width: 100px
}

.trinity-logo {
    margin: 10px 10px 10px 0;
    max-width: 75%;
    transition: all .5s ease-in-out
}

.trinity-logo:hover {
    opacity: .4;
    filter: alpha(opacity=40);
    transition: all .5s ease-in-out
}

.quote-price-circle-cms {
    background: #9AC0E5;
    bottom: 0;
    padding: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0 10px;
    width: 100px
}

.quote-price-circle-cms span {
    font-size: 12px;
    color: #323232
}

.sidebar-menu li {
    color: #323232;
    font-size: 20px;
    margin-bottom: 0;
    padding: 20px;
    list-style-type: none
}

.offer-area {
    background: #eeeeee;
    padding: 20px;
    margin: 30px 0 20px;
    opacity: 0
}

.offer-area h2 {
    letter-spacing: 1px;
    font-size: 25px;
    margin: 0
}

.offer-area strong {
    color: #000
}

.img-circle {
    float: right;
    margin: 10px;
    background: #fff;
    padding: 20px;
    max-height: 180px
}

.img-circle-bg {
    background: #fff;
    padding: 40px;
    max-height: 210px
}

.lt-ie9 .img-circle-bg {
    background: transparent
}

.sidebar-menu li {
    color: #323232;
    background: #eee;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
    list-style-type: none;
    font-weight: 700;
    border-top: 2px solid whitesmoke;
    border-left: 15px solid #DCDBDB
}

.sidebar-menu li:hover {
    border-left: 15px solid #999
}

.sidebar-menu li:hover {
    text-decoration: none;
    background: #eee;
    opacity: .7;
    filter: alpha(opacity=70);
    transition: all .5s ease-in-out
}

.sidebar-menu i {
    font-size: 25px;
    color: #fff;
    position: relative;
    top: 3px;
    transition: all .5s ease-in-out
}

.sidebar-menu i:hover {
    font-size: 25px;
    color: red
}

.sidebar-menu-wrapper {
    margin: 25px 0 0;
    background: #fff
}

h3.quotes {
    background: #EEE;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    line-height: 20px
}

.tqe-content-right em {
    font-size: 12px
}

.sidebar-menu-item {
    padding: 20px;
    background: #eee;
    list-style-type: none
}

ul.sidebar-menu {
    margin: 0
}

.sidebar-menu i {
    font-size: 40px
}

#footer {
    float: right;
    margin: 20px 0 10px
}

.footer-menu a {
    background: #fff;
    padding: 10px;
    text-decoration: none
}

.footer-single-column {
    margin-top: 20px
}

.container.footer-menu {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 40px;
    margin-bottom: 40px
}

.footer-menu img {
    position: relative;
    top: 10px
}

.corner-stripe {
    position: absolute;
    right: 0;
    bottom: 0
}

.hero-unit {
    padding: 0;
    margin-bottom: 5px;
    background-color: transparent;
    border-radius: 0;
    margin-top: -10px
}

.hero-unit h1 {
    letter-spacing: -1px;
    display: inline;
    margin: 0;
    padding: 0;
    float: none;
    position: relative;
    text-shadow: none;
    filter: none;
    background-color: transparent;
    transition: all .5s ease-in-out
}

.lt-ie8 .hero-unit h1 {
    color: #000
}

.hero-unit h2 {
    font-size: 33px;
    letter-spacing: 0;
    display: inline
}

.lt-ie9 .hero-unit h2 {
    font-size: 30px
}

.hero-unit p {
    color: #323232
}

.lt-ie9 .hero-unit h1 {
    font-size: 45px
}

.lt-ie9 .hero-unit p {
    line-height: 24px;
    font-size: 16px
}

.row-fluid.points-box-home-2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0
}

.row-fluid.points-box-home {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.points-box-home .icon-ok-sign,.points-box-home-2 .icon-ok-sign {
    font-size: 30px;
    color: #00ad2d;
    position: relative;
    top: 4px
}

.points-home {
    display: inline-block;
    padding: 10px
}

.lt-ie9 .points-home {
    padding: 5px 0
}

.et-phone-home {
    font-weight: 700
}

.homepage-grid {
    transition: all .7s cubic-bezier(.4,.1,.4,1) .2s
}

.grid-price {
    position: absolute;
    bottom: 15px;
    left: 0;
    float: left;
    width: auto;
    color: #363434;
    background: #F9FCF7;
    font-weight: 700;
    margin-left: 19px;
    padding: 7px;
    min-width: 150px;
    text-align: center;
    background: linear-gradient(to bottom,#F9FCF7 0,#E2E5DE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9fcf7",endColorstr="#e2e5de",GradientType=0);
    border-radius: 3px;
    box-shadow: 0 1px 2px 2px #0003
}

.lt-ie9 .grid-price {
    margin-top: auto
}

.home-grid-img {
    float: right
}

.homepage-grid {
    color: #fff;
    margin-bottom: 2%;
    min-height: 250px
}

.homepage-grid img {
    margin: 5% 4% 4% 5%;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 120px
}

.homepage-grid h2 {
    margin: 5% 5% 0;
    line-height: 29px;
    font-size: 30px
}

.homepage-grid p {
    min-width: 4em;
    max-width: 180px;
    margin: 1% auto 5% 5%;
    font-size: 16px;
    color: #dedede;
    font-weight: 400;
    line-height: 17px
}

.homepage-grid p i {
    font-weight: 700;
    color: #fff
}

.homepage-grid i.icon-check {
    position: relative;
    top: 2px;
    margin-right: 10px
}

.homepage-grid .tick-list-alt {
    max-width: 253px;
    color: #d6d6d6
}

.lt-ie9 .homepage-grid {
    margin-bottom: 15px
}

.lt-ie9 .row {
    margin-bottom: 7px
}

.lt-ie9 .homepage-grid img {
    margin: 5%;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100px
}

.lt-ie9 .homepage-grid {
    min-height: 235px
}

.lt-ie9 .homepage-grid h2 {
    font-size: 25px
}

.view {
    overflow: hidden;
    position: relative
}

.mask {
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.hide {
    display: none
}

.view a.info {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    text-decoration: none;
    padding: 10px 8px;
    background: #fff;
    color: #3d3d3d;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 1.2em;
    box-shadow: 0 0 1px #000;
    margin: 5px 0 0
}

.view a.info-2 {
    display: inline-block;
    text-decoration: none;
    padding: 10px 8px;
    background: #fff;
    color: #3d3d3d;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 1.2em;
    box-shadow: 0 0 1px #000;
    margin: 5px 0 0;
    position: absolute;
    left: 0;
    bottom: 0
}

.view i {
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #323232
}

.dark-blue {
    background: #17273c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzZTU4N2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTcyNzNjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: radial-gradient(ellipse at center,#3e587c 0,#17273c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e587c",endColorstr="#17273c",GradientType=1)
}

.red {
    background: #b42009;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiZjU5NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTgxMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: radial-gradient(ellipse at center,#bf594c 0,#a81000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bf594c",endColorstr="#a81000",GradientType=1)
}

.blue {
    background: #73768c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM3Mzc2OGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2U1ODdjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: radial-gradient(ellipse at center,#73768c 0,#3e587c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#73768c",endColorstr="#3e587c",GradientType=1)
}

@keyframes pop-in {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
        -webkit-transform: scale(.9)
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.homepage-grid:nth-child(1n) {
    animation: pop-in .4s
}

.homepage-grid:nth-child(2n) {
    animation: pop-in .6s
}

.homepage-grid:nth-child(3n) {
    animation: pop-in .8s
}

.homepage-grid:nth-child(4n) {
    animation: pop-in 1s
}

.homepage-grid:nth-child(5n) {
    animation: pop-in 1.2s
}

.homepage-grid:nth-child(6n) {
    animation: pop-in 1.4s
}

.home h2 {
    line-height: 28px;
    margin: 3px auto 10px 0
}

.home img {
    margin:5px 0 10px;
}

.home .span6.well {
    min-height: 273px
}

.home .span6 .thumbnail {
    margin: 0 0 10px 10px
}

.home .media-object-right {
    margin: 0 0 0 20px
}

.home .media-object-left {
    margin: 0 20px 0 0
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    box-shadow: inset 0 1px 1px #0000
}

.main-content .sitemap {
    background: #eee;
    padding: 10px;
    margin-top: 20px
}

.ui-widget {
    font-size: 14px
}

.ui-corner-all {
    border-radius: 0!important
}

.ui-widget-content {
    border: none!important
}

.qeButtonNextStep {
    border: medium none;
    float: right;
    padding: 16px;
    text-indent: 0;
    width: 88px
}

.ui-widget-header {
    background: #0a50a5;
    color: #222;
    font-weight: 700
}

.ui-widget-header {
    background: #144372!important;
    background-image: none!important
}

body .ui-widget-overlay {
    background: #aaa url(/src/assets/images/B2C/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat;
    opacity: .3!important
}

.ui-dialog {
    padding: 0!important
}

.ui-widget-content {
    box-shadow: 1px 2px 2px 2px #0003
}

#qeAlertMSG.ui-widget-content {
    box-shadow: 1px 2px 2px 2px #0000
}

html body .ui-button-icon-only .ui-icon {
    left: 0;
    margin-left: 0
}

html body .ui-dialog .ui-dialog-titlebar-close span {
    margin: 0
}

html body .ui-button-icon-only .ui-icon {
    top: 0
}

#enquiryForm .infoButton {
    background: url(/src/assets/images/B2C/infoIcon.gif) no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 20px 0 0;
    border: 0;
    cursor: pointer;
    text-indent: 20px
}

#enquiryForm .infoText {
    display: none;
    background-color: #fff;
    border: 2px solid #666666;
    padding: 10px;
    width: 350px;
    position: absolute;
    z-index: 1000;
    margin: -22px 0 0 150px
}

#enquiryForm .infoText p {
    padding: 0 0 10px;
    margin: 0
}

#enquiryForm .infoText .close {
    background: url(/src/assets/images/B2C/closeIcon.gif) no-repeat scroll center center transparent;
    cursor: pointer;
    height: 14px;
    margin: -5px -5px 5px 5px;
    width: 14px;
    z-index: 2000;
    float: right
}

#enquiryForm .calendarIcon {
    background: url(/src/assets/images/B2C/cal.gif) no-repeat scroll center center transparent;
    border: medium none;
    height: 16px;
    width: 16px;
    cursor: pointer;
    float: left;
    margin: 5px 2px
}

#enquiryForm #dateOfBirth {
    width: 178px
}

#enquiryForm .currency {
    float: left;
    padding: 5px 5px 5px 2px;
    display: block
}

@media only screen and (max-width: 500px) {
    .container {
        width:96%
    }

    .span4 {
        width: 94%
    }

    .span6 {
        width: 100%
    }

    .row-fluid [class=span] {
        display: block;
        width: 100%;
        float: left;
        margin: 2% 0
    }

    #inner-container {
        margin-top: 20px;
        padding-left: 3%;
        padding-right: 3%
    }

    .inter {
        padding-left: 0;
        padding-right: 0
    }

    .trinity-logo {
        margin: 10px 0 0;
        max-width: 68%
    }

    .inner {
        max-width: 500px;
        height: 90px
    }

    h1 {
        font-size: 1em
    }

    .hero-unit h1 {
        font-size: 3em;
        display: block;
        letter-spacing: 1px;
        padding: 0;
        line-height: 50px;
        margin-bottom: 10px
    }

    .hero-unit h2 {
        font-size: 20px;
        line-height: 20px
    }

    .view {
        margin-bottom: 3%
    }

    .homepage-grid img {
        max-width: 100px
    }

    .row-fluid .span4.right {
        margin: 6em 0 0
    }

    html .points-home {
        width: 100%!important;
        margin: 0!important
    }

    .view.view-2,.view.view-4,.view.view-6 {
        background: #b42009;
        background: radial-gradient(ellipse at center,#bf594c 0,#a81000 100%)
    }

    .view.view-1,.view.view-3,.view.view-5,.page-header-img-container.dark-blue {
        background: #17273c;
        background: radial-gradient(ellipse at center,#3e587c 0,#17273c 100%)
    }

    textarea {
        width: 260px!important;
        height: 200px!important
    }

    .footer-menu a {
        line-height: 34px
    }

    .no-cssgradients .blue {
        background: #17273c
    }

    .media-object-right {
        display: inline-block;
        max-width: 100px
    }

    .media .pull-left {
        display: inline-block;
        max-width: 100px;
        float: right;
        margin: 0
    }

    .points-home {
        font-size: 1em;
        letter-spacing: 1.3px
    }

    .hexagon {
        max-width: 100px
    }

    .inner {
        height: auto
    }

    .inner li {
        float: none
    }

    #mainNavigation {
        width: 100%;
        position: static;
        margin-top: 0;
        margin-bottom: 0;
        border-top: solid 1px #EEE
    }

    ul.tick-list li {
        width: 95%
    }

    .inner ul li ul {
        width: 100%
    }

    .inner {
        position: static;
        display: none;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        background: rgb(229,229,229);
        box-shadow: 0 1px 2px 2px #0000
    }

    i {
        position: relative;
        top: 3px;
        margin-right: 7px;
        font-size: 18px
    }

    .inner li {
        clear: both;
        width: 100%
    }

    .inner li ul {
        position: static;
        background: #323232
    }

    .inner ul li {
        margin-bottom: 3px
    }

    .inner ul>li>ul>li>a {
        background: transparent;
        color: #fff
    }

    .inner ul>li>ul>li>a:hover,.inner ul>li>ul>li>a:active {
        background: transparent;
        color: #fff
    }

    .inner ul>li>ul>li {
        margin-bottom: 0;
        background: #323232
    }

    #toggle {
        text-decoration: none
    }

    #toggle:link {
        color: #323232
    }

    #toggle:visited {
        color: #999
    }

    i {
        font-size: 20px
    }

    .top-bar {
        display: block;
        position: absolute;
        top: 1.5em;
        right: 1em;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto
    }

    #subMenu-2,#subMenu-3 {
        right: 25px;
        background: none;
        box-shadow: 0 0 2px 2px #0000
    }

    html .phone-btn {
        display: block;
        margin: 1em;
        padding: 8px
    }

    .inner ul li ul {
        box-shadow: 1px 2px 2px 2px #0000
    }

    ul.navigationTree {
        padding: .5em
    }

    html .inner a {
        margin: 0;
        padding: 15px
    }

    .header {
        margin-left: 3%;
        margin-right: 3%
    }

    .navigationTree li i {
        color: #999;
        float: right
    }

    .navigationTree li i:hover {
        color: #fff
    }

    .inner li a:hover {
        background: #00459f;
        color: #fff
    }

    html .navigationTree li span {
        color: inherit!important
    }

    html .inner a {
        text-shadow: none;
        filter: none
    }

    .inner ul li ul li {
        padding-left: 10px
    }

    .hexagon.svgLoaded {
        position: absolute;
        top: -40px;
        right: 40px;
        max-width: 60px;
        max-height: 20px;
        display: none
    }

    html #toggle {
        display: block;
        float: right;
        font-size: 20px;
        padding: .5em
    }

    .btn-primary,.btn.icon-download-alt,.qeButtonNextStep#qeButtonNextStep,.qeButtonGetPrice#qeButtonNextStep,.qeButtonPreviousStep#qeButtonPreviousStep,.qeButtonEmailAQuote#qeButtonEmailAQuote,.ewqeButtonEmailAQuote#ewqeButtonEmailAQuote,.qeButtonBuyNow#qeButtonBuyNow {
        padding: 15px;
        width: 100%;
        margin: 0 0 20px
    }

    .view a.info {
        padding: 20px;
        margin: 5px 0 10%
    }

    .view a.info-2 {
        padding: 20px
    }

    .qeLabelCell.qeKHQuestionLabelCell {
        width: auto
    }

    html .qeCollection.collection_policyHolder.qeStep4TotalWidthMerged,html #collection_importantQuestions {
        max-width: 100%!important;
        display: block
    }

    html .qeCollection.collection_policy#collection_policy {
        width: 100%!important;
        display: block;
        float: none
    }

    html #collection_otherIssured,html #qeCollectionLabel qeStep4LabelWidthMerged,html .collection_buttons.qeStep4TotalWidthMerged,html .qeCollection.collection_personalEffects.qeStep4TotalWidthMerged,html .qeCollection.collection_addressDetails.qeStep4TotalWidthMerged,html .qeCollection.collection_policyDocs.qeStep4TotalWidthMerged,html #collection_paymentDetails,html #collection_questions,html #collection_summaryOfCover.qeStep4TotalWidthMerged,html #collection_altAddressDetails {
        max-width: 100%
    }

    #collectionBody_personalEffects .qeLabelCell {
        display: block
    }

    html #row_summaryFooter {
        padding-left: 0
    }

    .pinned .qeSumLeft {
        padding: 2px;
        font-size: 9px;
        width: 50px;
        min-width: 30px
    }

    .scrollable .qeSumPrice {
        font-size: 12px
    }

    html .qeSumLeft.qeSelectPolicy {
        font-size: 12px;
        border-radius: 0;
        padding: 5px
    }

    #collection_policy table td,table th {
        padding: 0
    }

    #cell_label_datepickers,#cell_data_memberForces select {
        display: block
    }

    html body #collection_summaryOfCover .qeSumBody {
        text-align: left;
        font-size: 10px
    }

    #collection_summaryOfCover .qeSumLeft {
        font-size: 12px;
        min-width: 10px;
        max-width: 80px;
        white-space: normal!important
    }

    #collection_summaryOfCover.qeCollection .table-wrapper .pinned #qeSumTable .qeSumHide {
        height: 29.5px!important
    }
}

@media only screen and (min-width: 501px) and (max-width:849px) {
    .view a.info {
        padding:20px;
        margin: 5px 0 10%
    }

    .view a.info-2 {
        padding: 20px
    }

    html .qeSumPrice {
        font-size: 14px
    }

    .row-fluid [class=span] {
        display: block;
        width: 100%;
        float: left;
        margin: 2% 0;
        font-size: 12px
    }

    .container {
        width: 100%
    }

    #inner-container {
        margin-top: 20px;
        padding-left: 3%;
        padding-right: 3%
    }

    .inter {
        padding-left: 0;
        padding-right: 0
    }

    .inner {
        max-width: 1000px;
        height: 90px
    }

    .hexagon.svgLoaded {
        display: none
    }

    .trinity-logo {
        margin: 10px 0 0;
        max-width: 70%
    }

    .hero-unit h1 {
        font-size: 3em;
        display: block;
        letter-spacing: 1px;
        padding: 0;
        line-height: 50px;
        margin-bottom: 10px
    }

    .hero-unit h2 {
        font-size: 20px;
        line-height: 20px
    }

    .homepage-grid {
        margin-bottom: 3%;
        width: 46.05%
    }

    .homepage-grid img {
        max-width: 100px
    }

    .row-fluid .span4.right {
        margin: 6em 0 0
    }

    textarea {
        width: 90%!important;
        height: 200px!important
    }

    .media-object-right {
        display: inline-block;
        max-width: 100px
    }

    .media .pull-left {
        display: inline-block;
        max-width: 100px;
        float: right;
        margin: 0
    }

    .points-home {
        font-size: 1em;
        letter-spacing: 1.3px
    }

    .row-fluid .points-home.span4 {
        width: 33%!important
    }

    html .points-home {
        width: 100%!important;
        margin: 0!important
    }

    .view.view-2,.view.view-3,.view.view-6 {
        background: #b42009;
        background: radial-gradient(ellipse at center,#bf594c 0,#a81000 100%)
    }

    .view.view-1,.view.view-4,.view.view-5,.page-header-img-container.dark-blue {
        background: #17273c;
        background: radial-gradient(ellipse at center,#3e587c 0,#17273c 100%)
    }

    .inner ul li ul {
        width: 100%
    }

    .inner {
        height: auto
    }

    .inner li {
        float: none
    }

    #mainNavigation {
        width: 100%;
        position: static;
        margin-top: 0;
        margin-bottom: 0;
        border-top: solid 1px #EEE;
        background: #EEE
    }

    .inner {
        position: static;
        display: none;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        box-shadow: 0 1px 2px 2px #0000;
        background: rgb(229,229,229)
    }

    .inner li {
        clear: both;
        width: 100%
    }

    .inner li ul {
        position: static;
        background: #323232
    }

    .inner ul li {
        margin-bottom: 3px
    }

    .inner ul>li>ul>li>a {
        background: transparent;
        color: #fff
    }

    .inner ul>li>ul>li>a:hover,.inner ul>li>ul>li>a:active {
        background: transparent;
        color: #fff
    }

    .inner ul>li>ul>li {
        margin-bottom: 0;
        background: #323232
    }

    #toggle {
        text-decoration: none
    }

    #toggle:link {
        color: #323232
    }

    #toggle:visited {
        color: #999
    }

    i {
        position: relative;
        top: 3px;
        margin-right: 7px;
        font-size: 18px
    }

    .top-bar {
        display: block;
        position: absolute;
        top: 1.5em;
        right: 1em;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto
    }

    #subMenu-2,#subMenu-3 {
        right: 25px;
        background: none;
        box-shadow: 0 0 2px 2px #0000
    }

    html .phone-btn {
        display: block;
        margin: 1em .5em;
        padding: 12px
    }

    .inner ul li ul {
        box-shadow: 1px 2px 2px 2px #0000
    }

    ul.navigationTree {
        padding: .5em
    }

    html .inner a {
        margin: 0;
        padding: 10px
    }

    .header {
        margin-left: 3%;
        margin-right: 3%
    }

    .navigationTree li i {
        color: #999;
        float: right
    }

    .navigationTree li i:hover {
        color: #fff
    }

    .inner li a:hover {
        background: #00459f;
        color: #fff
    }

    html .navigationTree li span {
        color: inherit!important
    }

    html .inner a {
        text-shadow: none;
        filter: none;
        padding: 15px
    }

    .inner ul li ul li {
        padding-left: 10px
    }

    html #toggle {
        display: block;
        float: right;
        font-size: 20px;
        padding: .5em
    }

    .footer-menu a {
        line-height: 34px
    }
}

@media (min-width: 850px) and (max-width:1199px) {
    hero-unit h1 {
        font-size:10px!important
    }

    ul.tick-list li {
        font-size: 12px
    }

    .points-home {
        font-size: 15px;
        padding: 6px
    }

    .homepage-grid img {
        max-width: 105px
    }

    .homepage-grid {
        min-height: 250px
    }

    .hero-unit h1 {
        font-size: 56px
    }

    .hero-unit h2 {
        font-size: 20px
    }

    .homepage-grid h2 {
        line-height: 25px;
        font-size: 25px
    }

    .container {
        width: 96%
    }

    .span4 {
        width: 30.75%
    }

    .view.view-2,.view.view-4,.view.view-6 {
        background: #b42009;
        background: radial-gradient(ellipse at center,#bf594c 0,#a81000 100%)
    }

    .view.view-1,.view.view-3,.view.view-5 {
        background: #17273c;
        background: radial-gradient(ellipse at center,#3e587c 0,#17273c 100%)
    }

    html .qeSumPrice {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .navigationTree #menuItem-2 {
        display:inline-block
    }

    .hero-unit h1 {
        font-size: 55px;
        transition: all .7s cubic-bezier(.4,.1,.4,1) .2s
    }

    .homepage-grid img {
        margin: 5% 3% 3% 5%
    }

    .homepage-grid {
        min-height: 225px;
        transition: all .7s cubic-bezier(.4,.1,.4,1) .2s
    }

    .hero-unit p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 24px
    }

    .homepage-grid img {
        max-width: 120px
    }

    .hero-unit p {
        font-size: 16px
    }

    .hero-unit h1 {
        font-size: 300%
    }

    .hero-unit h2 {
        font-size: 25px
    }

    .hero-unit {
        line-height: 23px;
        margin-bottom: 0
    }

    .homepage-grid p {
        margin: 1% auto 5% 5%;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: 1px
    }

    .homepage-grid {
        min-height: 215px
    }

    .inner {
        margin-left: 16px
    }

    .homepage-grid ul.tick-list-alt {
        max-width: 250px;
        font-size: 12px
    }

    .hero-unit p {
        font-size: 14px
    }

    .homepage-grid {
        transition: all .7s cubic-bezier(.4,.1,.4,1) .2s
    }

    .ul.tick-list-alt li {
        font-size: 15px
    }

    .homepage-grid h2 {
        font-size: 25px
    }

    .grid-price {
        margin-top: 33px
    }

    .tqe-content-right {
        padding: 20px;
        font-size: 13px;
        color: #fff!important
    }

    h3.quotes {
        font-size: 15px;
        line-height: 20px;
        padding-left: 0
    }

    .tqe-content-right em {
        font-size: 11px
    }

    .tqe-content-right .credit-cards-icon {
        margin: auto
    }

    .span4 {
        width: 345px
    }

    .container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container {
        width: 1100px
    }
}

.phone-btn,#toggle {
    display: none
}

@media (min-width: 1400px) {
    .heroes {
        display:block
    }
}

table th {
    font-weight: 700
}

table td,table th {
    padding: 9px 10px;
    text-align: left
}

@media only screen and (max-width: 767px) {
    table.qeSumTable {
        margin-bottom:0
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 0 solid #ccc
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%
    }

    .pinned table th,.pinned table td {
        white-space: nowrap
    }

    .pinned td:last-child {
        border-bottom: 0
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc
    }

    div.table-wrapper div.scrollable>table {
        margin-left: 35%
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden
    }

    table.qeSumTable td,table.qeSumTable th {
        position: relative;
        white-space: nowrap;
        overflow: hidden
    }

    table.qeSumTable th:first-child,table.qeSumTable td:first-child,table.qeSumTable td:first-child,table.qeSumTable.pinned td {
        display: none
    }

    td.qeGroupOptionTick.groupOption_tickbox_TRISST_BAG {
        display: block!important;
        width: 20px
    }
}

.landing-price-table td {
    border: 1px solid #dddddd;
    border-left: none;
    border-top: none;
    background: #fafafa
}

.landing-price-table-header {
    background: #263a55!important;
    border: none!important;
    color: #fff
}

.landing-price-table-header p {
    color: #fff;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    margin: 0!important
}

.landing-price-table-name {
    background: #98bfe5!important;
    border: none!important
}

.landing-price-table-name2 {
    background: #98bfe5!important;
    border-top: 1px solid #a0b1d5!important
}

.landing-page-table-track {
    background: #d7e6f6!important;
    border-bottom: none!important
}

select.error,textarea.error,input[type=text].error,input[type=password].error,input[type=datetime].error,input[type=datetime-local].error,input[type=date] .error,input[type=month].error,input[type=time].error,input[type=week].error,input[type=number].error,input[type=email].error,input[type=url].error,input[type=search].error,input[type=tel].error,input[type=color].error,.uneditable-input.error {
    margin-bottom: 0;
    border: 1px solid #da4453
}

.chk label.error {
    color: #da4453!important;
    font-size: 11px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    text-align: left;
    width: 100%
}

.qeDataCell,.qeLabelCell {
    float: left!important
}

.ui-widget-content {
    background: #fff;
    padding: 10px
}

.ui-widget-header {
    padding: 10px
}

.ui-dialog-titlebar-close {
    color: #000!important
}

.ui-dialog-title {
    color: #fff!important
}

.ui-dialog-buttonset {
    text-align: right
}

.ui-icon {
    background: #fff url(/src/assets/images/B2C/ui-icons_888888_256x240.png) 50% 50% repeat-x;
    width: 19px;
    height: 18px;
    display: block;
    background-position: -96px -128px;
    text-indent: -1e+7px
}

.ui-icon:hover {
    background: #fff url(/src/assets/images/B2C/ui-icons_222222_256x240.png) 50% 50% repeat-x;
    width: 19px;
    height: 18px;
    display: block;
    background-position: -96px -128px;
    text-indent: -1e+7px
}

input.rightbutton[type=button], input.rightbutton[type=reset], input.rightbutton[type=submit] {
    border: 1px solid #4a96d1;
    background: #71b8ee;
    margin-top: 0;
    vertical-align: top;
    margin-right: 13px;
    border-radius: 0;
    height: 50px;
    bottom: 15px;
    top: unset;
}

.customErrorMsg {
    color: #da4453!important;
    font-size: 11px!important;
    font-weight: 400!important;
    line-height: 20px!important;
    text-align: left;
    width: 100%
}

.infoTable td {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    font-family: Arial!important;
    font-size: 14px;
    color: #004e78;
    line-height: 20px
}

.infoTable h3 {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 3px;
    font-family: Arial!important;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-color: #ebecf2;
    color: #6676a6;
    margin-top: 0!important
}

.infoTable ul {
    padding-left: 10px!important
}

.infoTable ul li {
    background: url(/src/assets/images/red-dot.jpg) 0 5px no-repeat;
    padding-left: 10px!important;
    list-style: none
}

.infoTable li {
    background: url(/src/assets/images/red-dot.jpg) 0 5px no-repeat;
    padding-left: 10px!important;
    list-style: none
}

.dateS {
    vertical-align: top
}

#qeSumTableSS .qeSumBG_excess,#qeSumTable .qeSumBG_excess {
    text-align: left
}

.fiveCol li {
    width: 20%;
    float: left;
    list-style: none;
    margin: 0 0 10PX!important
}

.fiveCol {
    margin: 0!important;
    clear: both;
    margin-bottom: 10px
}

@media only screen and (max-width: 500px) {
    .qeLabelCell {
        width:225px
    }

    .fiveCol li {
        width: 100%
    }
}

.homePremiumDisplay #WzTtDiV {
    left: 0!important;
    top: 280px!important;
    right: 0;
    margin: 0 auto
}

.rs-container  {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.rs-container {
    font-family: Arial,Helvetica,sans-serif;
    height: 15px;
    position: relative
}

.rs-container .rs-bg,.rs-container .rs-selected {
    background-color: #fff;
    border: 1px solid #fff;
    height: 5px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 100%;
    border-radius: 3px
}

.rs-container .rs-selected {
    background-color: #144372;
    border: 1px solid #144372;
    transition: all .2s linear;
    width: 0
}

.rs-container.disabled .rs-selected {
    background-color: #ccc;
    border-color: #bbb
}

.rs-container .rs-pointer {
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 22px;
    left: -10px;
    position: absolute;
    top: -4px;
    transition: all .2s linear;
    width: 22px;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 6px #ebebeb,1px 1px 4px #0000001a
}

.rs-container.disabled .rs-pointer {
    border-color: #ccc;
    cursor: default
}

.rs-container .rs-pointer:after,.rs-container .rs-pointer:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    background-color: #ddd;
    left: 12px;
    top: 5px
}

.rs-container .rs-pointer:after {
    left: auto;
    right: 12px
}

.rs-container.sliding .rs-pointer,.rs-container.sliding .rs-selected {
    transition: none
}

.rs-container .rs-scale {
    left: 0;
    position: absolute;
    top: 5px;
    white-space: nowrap;
    display: none
}

.rs-container .rs-scale span {
    float: left;
    position: relative
}

.rs-container .rs-scale span:before {
    background-color: #ededed;
    content: "";
    height: 8px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 1px
}

.rs-container.rs-noscale span:before {
    display: none
}

.rs-container.rs-noscale span:first-child:before,.rs-container.rs-noscale span:last-child:before {
    display: block
}

.rs-container .rs-scale span:last-child {
    margin-left: -1px;
    width: 0
}

.rs-container .rs-scale span ins {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin-top: 20px;
    text-decoration: none
}

.rs-container.disabled .rs-scale span ins {
    color: #999
}

.rs-tooltip {
    color: #333;
    width: auto;
    min-width: 60px;
    height: 30px;
    background: #fff;
    border: 1px solid #00969b;
    border-radius: 3px;
    position: absolute;
    transform: translate(-50%,-35px);
    left: 13px;
    text-align: center;
    font-size: 13px;
    padding: 6px 10px 0
}

.rs-container.disabled .rs-tooltip {
    border-color: #ccc;
    color: #999
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input {
    line-height: normal
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

:root {
    --colorBlue: #144372;
    --colorSkyBlue: #84C2EA;
    --colorBlack: #0C0E1C;
    --colorWhite: #fff;
    --font: "Gotham", "Helvetica Neue", sans-serif
}

html,body {
    background-color: #ffffff;
    font-family: var(--font);
    font-weight: 400
}

.container {
    margin: 0 auto;
    max-width: 1312px;
    width: calc(100% - 40px)
}

.container.--hasMarginTop {
    margin-top: 120px
}

body {
    text-rendering: optimizeLegibility!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400
}

@-moz-document url-prefix() {
    body {
        font-weight: lighter!important
    }
}

:root {
    --colorBlue: #144372;
    --colorSkyBlue: #84C2EA;
    --colorBlack: #0C0E1C;
    --colorWhite: #fff;
    --colorError: #da2128;
    --font: "Gotham", "Helvetica Neue", sans-serif
}

.heading {
    color: #154372;
    font-family: var(--font);
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 20px
}

.heading.--primary,.heading.--secondary {
    font-size: 2.125rem
}

[type=range] {
    -webkit-appearance: none;
    background: transparent;
    margin: 12px 0;
    width: 100%;
    outline: none;
    border: none
}

[type=range]::-moz-focus-outer {
    border: 0
}

[type=range]:focus {
    outline: 0
}

[type=range]:focus::-webkit-slider-runnable-track {
    background: #fbfbfc
}

[type=range]:focus::-ms-fill-lower {
    background: #eceff1
}

[type=range]:focus::-ms-fill-upper {
    background: #fbfbfc
}

[type=range]::-webkit-slider-runnable-track {
    cursor: default;
    height: 8px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    box-shadow: 1px 1px 1px #0003,0 0 1px #0d0d0d33;
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px
}

[type=range]::-webkit-slider-thumb {
    box-shadow: 4px 4px 4px #0003,0 0 4px #0d0d0d33;
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: default;
    height: 24px;
    width: 24px;
    -webkit-appearance: none;
    margin-top: -10px
}

[type=range]::-moz-range-track {
    box-shadow: 1px 1px 1px #0003,0 0 1px #0d0d0d33;
    cursor: default;
    height: 8px;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 5px;
    height: 4px
}

[type=range]::-moz-range-thumb {
    box-shadow: 4px 4px 4px #0003,0 0 4px #0d0d0d33;
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: default;
    height: 24px;
    width: 24px
}

[type=range]::-ms-track {
    cursor: default;
    height: 8px;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 12px 0;
    color: transparent
}

[type=range]::-ms-fill-lower {
    box-shadow: 1px 1px 1px #0003,0 0 1px #0d0d0d33;
    background: #dde3e6;
    border: 2px solid #cfd8dc;
    border-radius: 10px
}

[type=range]::-ms-fill-upper {
    box-shadow: 1px 1px 1px #0003,0 0 1px #0d0d0d33;
    background: #eceff1;
    border: 2px solid #cfd8dc;
    border-radius: 10px
}

[type=range]::-ms-thumb {
    box-shadow: 4px 4px 4px #0003,0 0 4px #0d0d0d33;
    background: #607d8b;
    border: 2px solid #eceff1;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: default;
    height: 24px;
    width: 24px;
    margin-top: 2px
}

[type=range]:disabled::-webkit-slider-thumb,[type=range]:disabled::-moz-range-thumb,[type=range]:disabled::-ms-thumb,[type=range]:disabled::-webkit-slider-runnable-track,[type=range]:disabled::-ms-fill-lower,[type=range]:disabled::-ms-fill-upper {
    cursor: not-allowed
}

.range-wrap {
    position: relative;
    margin: 0 auto 3rem
}

.bubble {
    background: #eceff1;
    color: var(--colorBlue);
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translate(-50%);
    top: 25px
}

.bubble:after {
    content: "";
    position: absolute;
    border-bottom: 5px solid #eceff1;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    transform: translate(-50%);
    top: -5px;
    left: 50%
}

.formSteps {
    display: flex;
    justify-content: space-between
}

.formSteps.--hasTwo {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.formSteps.--hasThree {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.formSteps.--hasFour {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.formSteps.--hasFive {
    display: grid;
    cursor: pointer;
    grid-gap: 10px;
    grid-template-columns: repeat(5,minmax(0,1fr))
}

.formSteps .step {
    border-bottom: 2px solid #999;
    color: #999;
    padding-bottom: 10px
}

.formSteps .step::marker {
    content: ""
}

.formSteps .step span {
    font: 300 .8125rem/.8 var(--font);
    font-weight: 400
}

.formSteps .step.--active {
    border-bottom-color: var(--colorSkyBlue)
}

.formSteps .step.--active span {
    color: #154372;
    font-weight: 400
}

.formNotice {
    background: var(--colorWhite);
    margin: 40px 0;
    padding: 1.5625rem;
    text-align: center
}

.formNotice p {
    color: var(--colorBlue);
    font: 400 .875rem/1.4 var(--font);
    margin: 0 auto 1rem;
    margin-top: 0;
    max-width: 960px
}

.formNotice p:last-of-type {
    margin-bottom: 0
}

fieldset.secondAddress {
    display: none;
}

fieldset.container-fieldset.active {
    display: block;
}

fieldset.container-fieldset {
    border: 1px solid #999;
    padding: 20px;
    margin: 0 50px;
    margin-bottom: 100px;
    box-shadow: 5px 5px 5px var(--colorSkyBlue);
}

fieldset.container-fieldset legend {
    color: var(--colorBlue);
    font: 400 1.25rem/1.2 var(--font);
    font-weight: bold;
    margin-bottom: 1.125rem;
    width: auto;
    padding: 0 20px;
    /* box-shadow: 5px 5px 5px #000; */
}

fieldset .field {
    margin-bottom: 30px;
    position: relative;
    width: 100%
}

fieldset .field:last-of-type {
    margin-bottom: 0
}

fieldset .__label {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap
}

fieldset .__label label {
    color: var(--colorWhite);
    display: inline;
    font: 400 1rem/1.4 var(--font);
    margin-bottom: .5rem;
    max-width: calc(100% - 30px)
}

fieldset .__label label.tooltipTrigger {
    cursor: pointer;
    height: 24px;
    padding-top: 0;
    transform: translate(8px,-4px);
    width: 24px
}

fieldset .__label label.tooltipTrigger svg  {
    transition: fill .3s ease
}

fieldset .__label label.tooltipTrigger:hover svg  {
    fill: var(--colorSkyBlue)
}

fieldset .__label .tooltip {
    display: none;
    background: var(--colorWhite);
    border: 2px solid var(--colorSkyBlue);
    margin-bottom: 1rem;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%;
    z-index: 10
}

fieldset .__label .tooltip .__header {
    color: var(--colorBlue);
    font: 400 1.125rem/1.4 var(--font);
    position: relative
}

fieldset .__label .tooltip .__header label {
    cursor: pointer;
    position: absolute;
    right: 0
}

fieldset .__label .tooltip p {
    color: var(--colorBlue);
    font: 400 .875rem/1.5 var(--font)
}

fieldset .__label .tooltip p:last-of-type {
    margin-bottom: 0
}

fieldset .__label input[type=checkbox] {
    opacity: 0;
    position: absolute;
    visibility: hidden
}

fieldset .__label input[type=checkbox]:checked~.tooltip {
    display: block
}

fieldset .fieldContainer {
    height: 56px;
    position: relative;
    width: 100%
}

fieldset .fieldContainer.--select:after {
    content:"";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4wNjIiIGhlaWdodD0iMjIuMDk3IiB2aWV3Qm94PSIwIDAgMTQuMDYyIDIyLjA5NyI+CiAgPGcgaWQ9IkxheWVyXzQiIGRhdGEtbmFtZT0iTGF5ZXIgNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyMi4wOTcpIHJvdGF0ZSgtOTApIj4KICAgIDxwYXRoIGlkPSJQYXRoXzEwMDciIGRhdGEtbmFtZT0iUGF0aCAxMDA3IiBkPSJNNy41NzYsMTYuOTE1QTEsMSwwLDAsMSw3LjgsMTUuODJsNi4wMjctNi4wMjdhMSwxLDAsMSwxLDEuNDIsMS40MmwtNC4zMTUsNC4zMTNIMjguNTkzYTEsMSwwLDAsMSwwLDIuMDA5SDEwLjkyN2w0LjMxMSw0LjMxMWExLDEsMCwxLDEtMS40MiwxLjQyTDcuNzkxLDE3LjI0MUExLDEsMCwwLDEsNy41NzYsMTYuOTE1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAtOS41KSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-size: contain;
    height: 22px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 17px;
    width: 14px;
    z-index: 2
}

fieldset .fieldContainer.--date:after {
    content:"";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBpZD0iaWNvbm1vbnN0ci1jYWxlbmRhci00IiBkPSJNMjAsMjBIMTZWMTZoNFpNMTQsMTBIMTB2NGg0Wm02LDBIMTZ2NGg0Wk04LDE2SDR2NEg4Wm02LDBIMTB2NGg0Wk04LDEwSDR2NEg4Wk0yNCwyVjI0SDBWMkgzVjNBMiwyLDAsMCwwLDcsM1YySDE3VjNhMiwyLDAsMCwwLDQsMFYyWk0yMiw4SDJWMjJIMjJaTTIwLDFhMSwxLDAsMCwwLTIsMFYzYTEsMSwwLDAsMCwyLDBaTTYsM0ExLDEsMCwwLDEsNCwzVjFBMSwxLDAsMCwxLDYsMVoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
    background-size: contain;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    z-index: 2
}

fieldset .fieldContainer.--buttonBasedRadio {
    display: flex;
    flex-wrap: wrap
}

fieldset .fieldContainer.--buttonBasedRadio .radioButton {
    position: relative
}

fieldset .fieldContainer.--buttonBasedRadio .radioButton input[type=radio] {
    opacity: 0;
    position: absolute
}

fieldset .fieldContainer.--buttonBasedRadio .radioButton input[type=radio]:checked~label {
    background-color:#2c8dcb;
    border-color: #2c8dcb
}

fieldset .fieldContainer.--buttonBasedRadio .radioButton label {
    align-items: center;
    height: 43px;
    border: 2px solid var(--colorBlue);
    color: var(--colorBlue);
    cursor: pointer;
    display: inline-flex;
    font: 400 .875rem/1rem var(--font);
    letter-spacing: 1.08px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease,border-color .3s ease
}

fieldset .fieldContainer.--buttonBasedRadio .radioButton label:hover {
    background-color:var(--colorBlue);
    color: white;
}

fieldset .fieldContainer.--buttonBasedRadio .radioButton label:focus {
    background-color: var(--colorBlue);
    color: white;
}

fieldset .fieldContainer.--error input[type=text],fieldset .fieldContainer.--error input[type=email],fieldset .fieldContainer.--error input[type=password] {
    border-color: #da2128;
    border-width: 2px
}

fieldset .fieldContainer.--error .error {
    color: var(--colorWhite);
    display: inline-block;
    font: 500 .75rem/1.4 var(--font);
    margin-top: 5px
}

fieldset .fieldContainer select {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid var(--colorSkyBlue);
    border-radius: 4px;
    color: var(--colorWhite);
    height: 54px;
    padding: 0 15px;
    width: 100%
}

fieldset .fieldContainer select:focus {
    border-color: var(--colorSkyBlue);
    border-width: 2px
}

fieldset .fieldContainer input[type=text],fieldset .fieldContainer input[type=email],fieldset .fieldContainer input[type=password] {
    border: 1px solid var(--colorWhite);
    border-radius: 4px;
    background: transparent;
    color: var(--colorWhite);
    height: 54px;
    padding: 0 15px;
    width: 100%
}

fieldset .fieldContainer input[type=text]:focus,fieldset .fieldContainer input[type=email]:focus,fieldset .fieldContainer input[type=password]:focus {
    border-color: var(--colorSkyBlue);
    border-width: 2px
}

fieldset .fieldContainer input[type=text]::-webkit-input-placeholder,fieldset .fieldContainer input[type=email]::-webkit-input-placeholder,fieldset .fieldContainer input[type=password]::-webkit-input-placeholder {
    color: #ffffff80
}

fieldset .fieldContainer input[type=text]:-moz-placeholder,fieldset .fieldContainer input[type=email]:-moz-placeholder,fieldset .fieldContainer input[type=password]:-moz-placeholder {
    color: #ffffff80
}

fieldset .fieldContainer input[type=text]:-ms-input-placeholder,fieldset .fieldContainer input[type=email]:-ms-input-placeholder,fieldset .fieldContainer input[type=password]:-ms-input-placeholder {
    color: #ffffff80
}

fieldset .fieldContainer input[type=text].placeholder,fieldset .fieldContainer input[type=email].placeholder,fieldset .fieldContainer input[type=password].placeholder {
    color: #ffffff80
}

fieldset .fieldContainer input[type=text]:disabled,fieldset .fieldContainer input[type=email]:disabled,fieldset .fieldContainer input[type=password]:disabled {
    opacity: .5
}

fieldset .fieldContainer input[type=date] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid var(--colorWhite);
    border-radius: 4px;
    color: var(--colorWhite);
    height: 54px;
    padding: 0 15px;
    width: 100%
}

fieldset .fieldContainer input[type=date]:focus {
    border-color: var(--colorSkyBlue);
    border-width: 2px
}

fieldset .fieldContainer input[type=date]::-webkit-calendar-picker-indicator {
    display: none
}

fieldset .switch {
    align-items: center;
    display: inline-block;
    display: inline-flex;
    position: relative
}

fieldset .switch .__toggle {
    color: transparent;
    clip: rect(0 0 0 0);
    display: inline-block;
    height: 14px;
    margin: 0 8px;
    position: relative;
    text-indent: -150%;
    -webkit-user-select: none;
    user-select: none;
    width: 34px
}

fieldset .switch .__toggle:before,fieldset .switch .__toggle:after {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute
}

fieldset .switch .__toggle:before {
    background-color: #ccc;
    border-radius: 9999em;
    height: 100%;
    transition: background-color .25s ease;
    width: 100%
}

fieldset .switch .__toggle:after {
    background-color: var(--colorError);
    box-shadow: 0 0 2px #00000073;
    border-radius: 50%;
    height: 20px;
    left: 0;
    top: 0;
    transform: translateY(-3px);
    transition: left .25s ease,background-color .25s ease;
    width: 20px
}

fieldset .switch .__optionLabel {
    color: var(--colorBlue);
    display: inline-block;
    font: 500 1.2rem/1 var(--font);
    letter-spacing: 2.4px;
    text-transform: uppercase
}

fieldset .switch input[type=checkbox] {
    display: none
}

fieldset .switch input[type=checkbox]:checked+.__toggle:before {
    background-color: #84c2ea66
}

fieldset .switch input[type=checkbox]:checked+.__toggle:after {
    background-color: #84c2ea;
    left: 14px
}

fieldset .rangeContainer {
    background-color: var(--colorSkyBlue);
    border-radius: 22px;
    display: inline-block;
    height: 44px;
    padding: 10px 22px;
    width: 170px
}

fieldset .rangeContainer input[type=range] {
    -webkit-appearance: none;
    margin: 0
}

fieldset .rangeContainer input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: var(--colorWhite);
    cursor: pointer;
    position: relative;
    transform: translateY(-2px);
    z-index: 10
}

fieldset .rangeContainer input[type=range]::-webkit-slider-runnable-track {
    background: var(--colorBlue)!important;
    height: 4px;
    padding: 0
}

fieldset .rangeContainer input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--colorBlue)!important
}

fieldset .rangeContainer:after {
    background-color: var(--colorBlue);
    content: "";
    cursor: pointer;
    display: block;
    height: 4px;
    pointer-events: none;
    position: relative;
    transform: translateY(-7px);
    width: 100%;
    z-index: 9
}

fieldset .rangeValue {
    color: var(--colorWhite);
    display: inline-block;
    font: 500 1rem/1.4 var(--font);
    margin-left: 8px
}

.submitContainer {
    margin-bottom: 80px;
    margin-top: 120px;
    text-align: center
}

.submitContainer button,.submitContainer input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    align-items: center;
    height: 50px;
    border: 2px solid var(--colorSkyBlue);
    color: var(--colorWhite);
    cursor: pointer;
    display: inline-block;
    font: 500 .875rem/50px var(--font);
    letter-spacing: 1.08px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease,border-color .3s ease;
    width: 100%
}

.submitContainer button:hover,.submitContainer input[type=submit]:hover {
    background-color: var(--colorSkyBlue)
}

.submitContainer button:focus,.submitContainer input[type=submit]:focus {
    background-color: #2c8dcb
}

.inlineIntro {
    margin-bottom: 60px;
    width: 100%
}

.inlineIntro .heading {
    margin-bottom: 20px
}

.inlineIntro .introText p {
    color: var(--colorWhite);
    font: 400 .875rem/1.5 var(--font);
    margin-top: .5rem
}

.inlineIntro .introText p:last-of-type {
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    fieldset .field {
        display:flex;
        justify-content: space-between;
        display: grid;
        grid-gap: 60px;
        grid-template-columns: 300px 1fr
    }

    fieldset .__label .tooltip {
        position: absolute;
        top: 0
    }

    fieldset .__label .tooltip p {
        padding-right: 40px
    }

    .submitContainer button,.submitContainer input[type=submit] {
        max-width: 248px
    }
}

@media screen and (min-width: 1024px) {
    .container {
        width:calc(100% - 80px)
    }

    .heading.--primary,.heading.--secondary {
        font-size: 3rem
    }

    .inlineIntro {
        display: flex;
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 180px;
        margin-bottom: 80px
    }

    .inlineIntro .heading {
        margin: 0
    }

    .inlineIntro .introText p {
        font-size: 1rem
    }

    .formSteps.--hasTwo,.formSteps.--hasThree,.formSteps.--hasFour,.formSteps.--hasFive {
        grid-gap: 20px
    }

    ul.formSteps {
        margin: 0 0 10px
    }

    .formSteps .step {
        padding-bottom: 1.875rem
    }

    .formSteps .step span {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 1px
    }

    .formNotice p {
        font-size: 1rem
    }

    fieldset .field {
        grid-gap: 180px
    }

    fieldset .__label {
        padding-top: 1rem
    }

    fieldset .__label label.tooltipTrigger {
        transform: translate(8px,-2px)
    }

    fieldset .__label .tooltip p {
        padding-right: 100px
    }

    fieldset .rangeContainer {
        width: 250px
    }
}

.qeCollection_mod>div,.qeCollection_mod .qeCollectionLabel {
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.qeCollection_mod .qeCollectionBody {
    padding: 0!important;
    color: var(--colorBlue);
    font: 400 .875rem/1 var(--font);
    overflow: visible;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
}

.qeCollection_mod .qeCollectionBody strong.py-4 {
    padding: 1rem 0
}

.qeCollection_mod .qeCollectionLabel {
    color: #154372;
    font: 400 1.25rem/1.2 var(--font)
}

.qeCollection_mod .qeIbutton {
    background-image: url(assets/images/info-img.c1533e92a4e90f99.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25px;
    /*width: 30px !important; */
    margin-left: 7px!important;
    margin-top: -2px;
    background-color: var(--colorBlue);
    border-radius: 20px;
}

.qeCollection_mod .qeLabelCell {
    color: var(--colorBlue);
    display: inline;
    font: 400 1rem/1.4 var(--font)
}

.qeCollection_mod .qeRequired {
    color: var(--colorWhite)
}

.qeCollection_mod .qeItemRow {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    width: 50%;
}

.qeCollection_mod .qeItemRow.no-margin,.qeCollection_mod .no-margin {
    padding: 0;
    margin-bottom: 0
}

.qeCollection_mod fieldset.switch-wrap {
    line-height: 1.8
}

.qeCollection_mod fieldset.switch-wrap .switch {
    padding: 10px 0 0 40px
}

.qeCollection_mod fieldset.switch-wrap .qeIbutton {
    margin-left: 0!important;
    margin-right: 13px;
    flex-shrink: 0
}

.qeCollection_mod fieldset .switch .__optionLabel {
    margin-bottom: 0
}

.qeCollection_mod .statement-label {
    display: flex;
    align-items: flex-start
}

.b-overlap {
    position: absolute;
    right: 2px;
    top: 2px;
    height: calc(100% - 4px);
    padding: 0 20px;
    border-radius: 3px
}

.right-pad {
    padding-right: 100px
}

.qeCollection_mod .qeLabelCell {
    padding-right: 10px;
    padding-top: 1rem
}

.qeCollection_mod .qeDataCell {
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    position: relative
}

.qeCollection_mod select {
    width: 100%!important;
    height: 54px!important;
    padding: 0 15px!important;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid var(--colorBlue);
    /* border-radius: 4px; */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: var(--colorBlue);
    font-size: 16px;
    background-image: url(assets/images/imageArrow.svg);
    background-position: 98% center;
    background-size: 20px;
    background-repeat: no-repeat;
}

#drpAddress {
    width: 100%!important;
    height: 100px!important;
    padding: 0 15px!important;
    background-color: transparent;
    border: 1px solid var(--colorWhite);
    border-radius: 4px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: var(--colorWhite);
    font-size: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4wNjIiIGhlaWdodD0iMjIuMDk3IiB2aWV3Qm94PSIwIDAgMTQuMDYyIDIyLjA5NyI+CiAgPGcgaWQ9IkxheWVyXzQiIGRhdGEtbmFtZT0iTGF5ZXIgNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAyMi4wOTcpIHJvdGF0ZSgtOTApIj4KICAgIDxwYXRoIGlkPSJQYXRoXzEwMDciIGRhdGEtbmFtZT0iUGF0aCAxMDA3IiBkPSJNNy41NzYsMTYuOTE1QTEsMSwwLDAsMSw3LjgsMTUuODJsNi4wMjctNi4wMjdhMSwxLDAsMSwxLDEuNDIsMS40MmwtNC4zMTUsNC4zMTNIMjguNTkzYTEsMSwwLDAsMSwwLDIuMDA5SDEwLjkyN2w0LjMxMSw0LjMxMWExLDEsMCwxLDEtMS40MiwxLjQyTDcuNzkxLDE3LjI0MUExLDEsMCwwLDEsNy41NzYsMTYuOTE1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTcuNSAtOS41KSIgZmlsbD0iI2ZmZiIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-position: 98% center;
    background-repeat: no-repeat
}

.qeCollection_mod select.error,.qeCollection_mod input[type=text].error,.qeCollection_mod input[type=date].error,.qeCollection_mod textarea.error {
    border-color: var(--colorError);
    outline-color: var(--colorError);
    outline-width: 1px
}

.qeCollection_mod input[type=text],.qeCollection_mod input[type=date],.qeCollection_mod textarea {
    width: 100%!important;
    height: 54px!important;
    background: none;
    border: 0;
    border-bottom: 2px solid var(--colorBlue);
    color: var(--colorBlue);
    font-size: 16px;
    margin: 0;
    padding: 0 15px;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important; 
}

.qeCollection_mod input[type=text]:-webkit-autofill,.qeCollection_mod input[type=text]:-webkit-autofill:hover,.qeCollection_mod input[type=text]:-webkit-autofill:focus,.qeCollection_mod input[type=date]:-webkit-autofill,.qeCollection_mod input[type=date]:-webkit-autofill:hover,.qeCollection_mod input[type=date]:-webkit-autofill:focus,.qeCollection_mod textarea:-webkit-autofill,.qeCollection_mod textarea:-webkit-autofill:hover,.qeCollection_mod textarea:-webkit-autofill:focus {
    border: 1px solid var(--colorWhite);
    -webkit-text-fill-color: var(--colorWhite);
    -webkit-box-shadow: 0 0 0px 1000px var(--colorBlue) inset;
    color: var(--colorWhite);
    -webkit-appearance: none;
    appearance: none
}

.qeCollection_mod input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.qeCollection_mod input[type=text]::-moz-placeholder {
    color: #fff
}

.qeCollection_mod input[type=text]:-ms-input-placeholder {
    color: #fff
}

.qeCollection_mod input[type=text]:-moz-placeholder {
    color: #fff
}

.qeCollection_mod select.large {
    background-image: none
}

.qeCollection_mod select.large option {
    color: #fff
}

.qeCollection_mod .CalTop {
    background: var(--colorSkyBlue) none repeat scroll 0 0!important
}

.qeCollection_mod input[type=checkbox] {
    display: none
}

.qeCollection_mod .fiveCol li .qeDOB,.qeCollection_mod .fiveCol li .qeSurname,.qeCollection_mod .fiveCol li .qeTitle2,.qeCollection_mod .fiveCol li .qeTitle {
    width: 100%!important
}

.qeCollection_mod .style_checkbox {
    padding-left: 25px;
    position: relative
}

.qeCollection_mod input[type=checkbox]:checked+.style_checkbox:before {
    content: "";
    transform: rotate(45deg);
    width: 4px;
    height: 10px;
    border-bottom: 2px var(--colorBlack) solid;
    border-right: 2px var(--colorBlack) solid;
    position: absolute;
    left: 6px;
    top: 1px;
    z-index: 2
}

.qeCollection_mod .style_checkbox:after {
    width: 19px;
    height: 18px;
    background-color: var(--colorWhite);
    border-radius: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 0
}

.qeCollection_mod input.pad-left {
    padding-left: 0px
}

.qeCollection_mod input[type=range] {
    margin: 0;
    background: transparent;
    height: 5px;
    padding: 0
}

.qeCollection_mod label.error {
    color: var(--colorWhite)!important;
    display: inline-block;
    font: 500 .75rem/1.4 var(--font);
    margin-top: 5px
}

.qeCollection_mod textarea {
    height: 98px!important
}

.qeCollection_mod select:focus,.qeCollection_mod input[type=text]:focus,.qeCollection_mod textarea:focus {
    outline: 0;
    outline: none;
    box-shadow: inset 0 0 #0000,0 0 #0000
}

.qeCollection_mod select option {
    color: var(--colorBlack)
}

.qeCollection_mod a.dateS {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 14px;
    right: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8cGF0aCBpZD0iaWNvbm1vbnN0ci1jYWxlbmRhci00IiBkPSJNMjAsMjBIMTZWMTZoNFpNMTQsMTBIMTB2NGg0Wm02LDBIMTZ2NGg0Wk04LDE2SDR2NEg4Wm02LDBIMTB2NGg0Wk04LDEwSDR2NEg4Wk0yNCwyVjI0SDBWMkgzVjNBMiwyLDAsMCwwLDcsM1YySDE3VjNhMiwyLDAsMCwwLDQsMFYyWk0yMiw4SDJWMjJIMjJaTTIwLDFhMSwxLDAsMCwwLTIsMFYzYTEsMSwwLDAsMCwyLDBaTTYsM0ExLDEsMCwwLDEsNCwzVjFBMSwxLDAsMCwxLDYsMVoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==)
}

.qeCollection_mod a.dateS img {
    display: none
}

.qeCollection_mod.collection_buttons {
    margin: 0 50px 80px 50px;
    width: 100%;
    display: table
}

.qeCollection_mod .qeButtonGetPrice,.qeCollection_mod .qeButtonBuyNow {
    float: right;
    margin-right: 100px;
}

.qeCollection_mod .qeButtonPreviousStep {
    margin-right: 10px!important
}

.qeCollection_mod .qeButtonPreviousStep,.qeCollection_mod .qeButtonGetPrice,.qeCollection_mod .qeButtonEmailAQuote,.qeCollection_mod .ewqeButtonEmailAQuote,.qeCollection_mod .qeButtonBuyNow {
    max-width: 248px;
    -webkit-appearance: none;
    appearance: none;
    background: transparent !important;
    align-items: center;
    height: 50px;
    border: 2px solid var(--colorBlue)!important;
    color: var(--colorBlue);
    cursor: pointer;
    display: inline-block;
    font: 500 .875rem/38px var(--font)!important;
    letter-spacing: 1.08px;
    padding: 0 15px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease,border-color .3s ease;
    width: 100%
}

.qeCollection_mod .qeButtonGetPrice:hover,.qeCollection_mod .qeButtonPreviousStep:hover,.qeCollection_mod .qeButtonEmailAQuote:hover,.qeCollection_mod .qeButtonBuyNow:hover {
    background-color: var(--colorBlue)!important;
    color: #fff !important;
}

.qeCollection_mod .range-wrap {
    width: 250px;
    background-color: var(--colorSkyBlue);
    border-radius: 35px;
    display: inline-block;
    padding: 20px 22px;
    margin: 0 0 3rem;
    position: relative
}

.qeCollection_mod .range-wrap .bubble {
    color: var(--colorWhite);
    display: inline-block;
    font: 500 1rem/1.4 var(--font);
    background-color: transparent;
    margin-left: 8px;
    padding: 5px 0 0;
    top: 14px;
    transform: translate(0);
    left: 100%!important;
    white-space: nowrap
}

.qeCollection_mod .range-wrap .bubble:after {
    border: none
}

.qeCollection_mod .qeLabelCell.qeLabelCell_notLabel {
    padding-top: 0
}

.qeCollection_mod .qeLabelCell,.qeCollection_mod .qeDataCell {
    position: relative;
}

.qeCollection_mod .qeLabelCell .absol,.qeCollection_mod .qeDataCell .absol {
    position: absolute;
    top: 14px;
    font-size: 18px;
    font-weight: 700
}

.qeCollection_mod .qeLabelCell .absol.left {
    left: 0px
}

.qeCollection_mod .qeDataCell .absol.left {
    left: 0px;
    top: 32px;
}

.qeCollection_mod .fiveCol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px!important;
    width: 100%;
}

.qeCollection_mod .fiveCol li {
    width: 50%;
    padding: 0 8px;
    margin: 0 0 25px!important;
    display: flex;
    flex-direction: column;
}

.qeCollection_mod .fiveCol li .qePassenger {
    width: 100%
}

.qeCollection_mod .fiveCol li .qePassengerHeader {
    color: #154372;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400
}

.qeCollection_mod .fiveCol li .chk {
    display: block;
    width: 100%;
    position: relative
}

.qeCollection_mod #row_summaryFooter {
    padding-left: 0;
    padding-top: 10px
}

.qeCollection_mod .qeSummaryFooter {
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 400;
    line-height: 18px
}

.container #inner-container .container {
    width: 100%
}

.qeCollection_mod .line-h-14 {
    line-height: 1.4
}

.qeCollection_mod .line-h-16 {
    line-height: 1.6
}

.qeCollection_mod .mb-8 {
    margin-bottom: 8px
}

.qeCollection_mod .mb-15 {
    margin-bottom: 15px
}

.qeCollection_mod_list li {
    margin-bottom: 8px
}

.heading_light {
    color: #fff
}

.qeCollection_mod_sucess .qeCollectionBody,.qeCollection_mod_sucess .qeCollectionBody .qeItemRow .well {
    background: #fff;
    border: none;
    box-shadow: inset 0 1px 1px #0000
}

.qeCollection_mod_sucess .qeCollectionBody .qeItemRow .well p {
    font-size: 16px!important
}

.qeCollection_mod .qeSumHead,.qeCollection_mod .qeSumPrice {
    background-color: #fff;
    color: #144372
}

.qeCollection_mod .qeSumBody {
    color: #fff;
    background: rgba(132,193,234,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(132,193,234,1)),color-stop(100%,rgba(132,193,234,1)));
    background: linear-gradient(to bottom,rgba(132,193,234,1) 0%,rgba(132,193,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84c1ea",endColorstr="#84c1ea",GradientType=0)
}

.qeCollection_mod #collectionBody_confirmation .qeTotal {
    color: #fff
}

@media only screen and (min-width: 1367px) {
    .qeCollection_mod input[type=text],.qeCollection_mod input[type=date],.qeCollection_mod textarea {
        font-size:18px
    }
}

@media only screen and (max-width: 992px) {
    .qeCollection_mod .qeButtonPreviousStep,.qeCollection_mod .qeButtonGetPrice,.qeCollection_mod .qeButtonEmailAQuote {
        max-width:208px
    }
}

@media only screen and (max-width: 767px) {
    .qeCollection_mod .qeLabelCell {
        padding-right:0;
        margin-bottom: 15px;
        padding-top: 0
    }

    .qeCollection_mod .qeDataCell {
        padding-left: 0
    }

    .qeCollection_mod .qeLabelCell,.qeCollection_mod .qeDataCell {
        width: 100%
    }

    .qeCollection_mod .qeCollectionBody {
        padding: 0
    }

    .qeCollection_mod .range-wrap {
        margin: 0 0 1rem
    }

    .qeCollection_mod .qeDataCell .absol.left {
        left: 26px
    }

    .qeCollection_mod .qeButtonPreviousStep,.qeCollection_mod .qeButtonGetPrice,.qeCollection_mod .ewqeButtonEmailAQuote,.qeCollection_mod .qeButtonEmailAQuote,.qeCollection_mod .qeButtonBuyNow {
        max-width: 100%;
        padding: 0!important
    }

    .qeCollection_mod .range-wrap {
        width: 170px
    }

    .qeCollection_mod .fiveCol li {
        width: 100%
    }
}

#WzTtDiV>div table td,#WzTtDiV>div table td h3 {
    border: none!important;
    background: none!important
}

#WzTtDiV>div table td h3 {
    color: var(--colorBlue)!important;
    font: 400 1.125rem/1.4 var(--font)!important
}

#WzTtDiV>div table td {
    color: var(--colorBlue)!important;
    font: 400 .875rem/1.5 var(--font)!important
}

#WzTtDiV>div .tip_container {
    padding: 20px!important
}

#WzTtDiV>div .tip_container svg {
    cursor: pointer
}

.qeSumTable-custome .qeSumLeft.qeSelectPolicy,.qeSumTable-custome .qeSumHead {
    background-color: #fff;
    color: #004e78
}

.qeSumTable-custome .qeSumPrice {
    background-color: #fff!important
}

.qeSumTable-custome tr:hover .qeSumPrice {
    background-color: #004e78!important
}

.qeSumTable-custome .qeSumBody {
    color: #fff;
    background: rgba(132,193,234,1);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(132,193,234,1)),color-stop(100%,rgba(132,193,234,1)));
    background: linear-gradient(to bottom,rgba(132,193,234,1) 0%,rgba(132,193,234,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#84c1ea",endColorstr="#84c1ea",GradientType=0)
}

.home_content_container {
    display: flex;
    padding: 30px;
    width: 100%;
    align-items: flex-end;
}

.home_content_container img {
    width: 200px;
}

.home_content_both {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.home_content_both_label {
    text-align: center;
    margin-top: 20px
}

#insuranceError {
    display: flex;
    justify-content: center;
    align-items: center
}

.error {
    margin-top: 10px;
    color: #dde3e6;
    color: #ff0;
    display: none;
}

.homeContentRadio {
    border: 1px solid red
}

.radioWithBorder {
    border: 1px solid red;
    width: 20px;
    height: 20px
}

input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    cursor: pointer
}

body, input, select {
    color: var(--colorBlue);
}

.quote-contact {
    background: var(--colorBlue);
    padding: 20px;
    color: #fff;
    margin: 0 50px 60px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-contact .qeLabelCell {
    font-size: 1.2rem;
    width: 90%;
    color: white;
}

.quote-contact .qeRequired {
    color: yellow;
}

.quote-contact fieldset .switch .__optionLabel {
    color: #fff;
}

.quote-contact fieldset .switch .__toggle:after {
    background-color: yellow;
}

.quote-contact fieldset {
    padding: 0;
    margin: 0 0 0 30px;
}

.quote-contact .qeCollection_mod .qeCollectionBody .qeCollection_mod .qeLabelCell {
    color: #fff;
}

.quote-contact .qeCollection_mod .qeCollectionLabel {
    color: #fff;
    font: 400 1.25rem/1.2 var(--font);
    font-weight: bold;
}

.quote-contact .qeCollection_mod .qeCollectionBody {
    padding: 0!important;
    color: var(--colorBlue);
    font: 400 .875rem/1 var(--font);
    overflow: visible;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
}

.quote-contact .qeCollection_mod .qeItemRow {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.quote-contact .qeCollection_mod .qeDataCell {
    padding-right: 15px;
    padding-top: 15px;
    width: 20%;
    position: relative;
}

.date input[type=date]{
    width: auto !important;
    font-size: 1.4rem;
}

.full-width {
    width: 100% !important;
}

input[type="date" i]::-webkit-calendar-picker-indicator {
    background-image: url(assets/images/imageCalendar.svg);
    filter: unset;
}

.form-explainer-text {
    font-size: 2rem;
    line-height: 2.8rem;
    text-align: center;
    margin: 50px 0;
}

.cycles-table,
.posessions-table {
    border: 2px solid var(--colorBlue);
    padding: 20px;
    margin: 10px 0;
    display: none;
}

.cycles-table.active,
.posessions-table.active {
    display: block;
}

.posessions-table input {
    border: 2px solid var(--colorBlue);
}

.cell-block {
    width: 100%;
    height: auto;
    position: relative;
}

.single-line-inputs {
    display: flex;
}

.single-line-inputs li {
    width: unset !important;
    flex-grow: 1;
}

.buildings-cover-table {
    display: flex;
    flex-direction: column;
}

.buildings-table-row {
    display: flex;
    width: 100%;
}

.buildings-table-row:last-child {
    border-bottom: 2px solid var(--colorBlue);
}

@media screen and (max-width: 992px) {
    .buildings-table-row {
        flex-direction: column;
    }
}

.row-title, 
.row-amount {
    flex-grow: 1;
    border: 2px solid var(--colorBlue);
    padding: 20px;
    width: 50%;
    border-bottom: 0;
}

.row-title {
    color: white;
    background-color: var(--colorBlue);
}

.contact-options {
    display: flex;
    margin-bottom: 20px;
}