.display--none {
    display: none !important;
}

.display--block {
    display: block !important;
}

.inline {
    display: inline !important;
}

.activityPopupPanelGrey {
    font-size: 18px;
    font-weight: bold;
    font-variant: normal;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 1px;
    padding: 15px;
    border: 1px solid;
    z-index: 1600;
}

.activityPopupPanelGreyLabel {
    font-size: 18px;
    font-weight: bold;
    font-variant: normal;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 1610;
}

.autoCompleteListBox {
    background-color: white;
    overflow: auto;
}

.AutoCompleteChoices {
    z-index: 2000;
}

.validationErrorMessage {
    display: block;
    padding: 0.21429rem 0;
    font-size: 0.85714rem;
    color: #f53500 !important;
    border-color: #f53500 !important;
}

.validationErrorMessage__radioButton {
    margin-top: -1.64286rem;
    margin-bottom: 1.07143rem;
}

.c-tooltip:hover .c-tooltip--image {
    display: block;
    font-weight: normal;
}

.c-tooltip--image {
    display: none;
    position: absolute;
    bottom: 2.28571rem;
    left: -6rem;
    width: 30rem;
    background-color: #00aeef;
    color: #ffffff;
    font-size: .9rem;
    padding: 0.21429rem 0.57143rem;
    text-align: center;
    border-radius: 0.3rem;
}

.c-label--blur {
    padding-top: 3.14286rem;
}

.invalid {
    color: #f53500 !important;
    border-color: #f53500 !important;
}

.invalid input[type="radio"]::before, input[type="radio"].invalid::before {
    border-color: #f53500 !important;
}

.c-radio__option--wrong input[type="radio"]:checked::before,
.invalid input[type="radio"]:checked::before, input[type="radio"].invalid:checked::before {
    background: #f53500 !important;
}

.cursor--pointer {
    cursor: pointer !important;
}

.half-box-text {
    display: block;
    margin-left: 2.14286rem;
}

.floating-label,
.floating-label-double {
    position: absolute;
    top: 12px;
    left: 10px;
    user-select: none;
    z-index: 1500;
}

.floating-label,
.floating-label-double,
.floating-label-field {
    font: inherit;
    line-height: 1;
    display: block;
    /*width: 100%;*/
}

.floating-label-field,
.floating-label-wrap {
    position: relative;
    width: 100%;
}

.floating-label-field {
    transition: border-color .25s ease-in-out;
}

.floating-label-field + .floating-label,
.floating-label-field + .floating-label-double {
    transition: transform .25s, opacity .25s ease-in-out;
    opacity: 0.5;
}

.floating-label-field:focus + .floating-label,
.floating-label-field:not(:placeholder-shown) + .floating-label {
    transform: translate(0, -35px);
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .floating-label-field:focus + .floating-label-double,
    .floating-label-field:not(:placeholder-shown) + .floating-label-double {
        transform: translate(0, -55px);
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) {
    .floating-label-field:focus + .floating-label-double,
    .floating-label-field:not(:placeholder-shown) + .floating-label-double {
        transform: translate(0, -35px);
        opacity: 1;
    }
}

.floating-label-field::placeholder,
.floating-label-field::-webkit-input-placeholder {
    color: transparent;
}

.contents {
    display: contents;
}

.c-list--flex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.c-list--number {
    list-style: none;
    counter-reset: li;
}

.display-inlineBlock {
    display: inline-block;
}

.vAMiddle {
    vertical-align: middle;
}

.mB05 {
    margin-bottom: .5rem;
}

.resize--none {
    resize: none;
}

@media only screen and (max-width: 767px) {
    .revert-order {
        display: flex;
        flex-flow: column;
    }

    .order-1 {
        order: 1;
    }

    .order-2 {
        order: 2;
    }
}

.p-casco__input--time {
    width: 7.85714rem !important;
}

.c-textfield__currency {
    position: relative !important;
}

@media only screen and (min-width: 768px) {
    .currency--textfield {
        width: 24.28571rem;
    }
}

.c-tooltip:hover .c-tooltip--text {
    z-index: 1550;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.acc-item-head {
    padding: 1.42857rem 1.42857rem 1.42857rem 1.42857rem;
    background-color: #f9f9f9;
    position: relative;
    width: 100%;
    font-weight: normal;
}

.blue-background {
    background-color: #00aeef !important;
}

.small-bottom-margin {
    margin-bottom: 0.25em;
}

.p-insurancereport__descriptionlist__title {
    display: inline-block;
}

@media only screen and (min-width: 768px) {
    .c-checklist__lead {
        width: 55%;
    }

    .p-insurancereport__descriptionlist__text {
        width: 44%;
        margin: 0;
    }
}

.gwt-Tree > div {
    padding-left: 5px !important;
    width: 100%;
}

.gwt-TreeItem {
    width: 100%;
    display: block !important;
}

.gwt-TreeItem-selected {
    background-color: #99dff9;
}

.gwt-Tree {
    outline: none;
    font-size: 1.14286rem;
    line-height: 1.14286rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    border: 1px solid #99dff9;
    background: #fff;
    border-radius: .3rem;
    padding: .71429rem;
    color: #003767;
    font-weight: normal;
    z-index: 1550;
}

.display--flex {
    display: flex;
}

.margin-top {
    margin-top: 0.5rem;
}

.items-dropdown-trigger {
    display: inline-block;
    padding: 1.42857rem 3.57143rem 1.42857rem 1.42857rem;
    background-color: #f9f9f9;
    position: relative;
    width: 100%;
    font-weight: normal;
}

.items-dropdown-trigger-text {
    line-height: 2rem;
}

.items-dropdown-target {
    display: none;
    margin-bottom: 0;
}

.items-dropdown-control,
.items-dropdown-control::before,
.items-dropdown-control::after {
    display: none !important;
}

.items-dropdown-control:checked ~ .items-dropdown-target {
    display: inherit;
}

.items-dropdown-control:checked ~ .items-dropdown-trigger {
    background-color: #00aeef !important;
    color: #ffffff !important;
}

@media (min-width: 768px) {
    .items-label {
        line-height: 3rem;
    }
}

.c-tooltip > span {
    line-height: normal;
}

.c-list--quicklinks .c-list--item {
    margin-left: 0.5rem !important;
}

a.contact-box-link {
    text-decoration: none;
    color: #00aeef;
    background-color: transparent;
}

a.contact-box-link .contact-box {
    display: table;
    width: calc(100% - 25px);
    min-height: 40px;
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #99dff9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #003767;
    overflow: hidden;
}

a.contact-box-link .contact-box:hover {
    background: #00aeef;
    color: #fff;
    text-decoration: none;
}

a.contact-box-link .contact-box .icon {
    display: table-cell;
    width: 30px;
    height: 37px;
    color: #00aeef;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

a.contact-box-link .contact-box:hover .icon {
    color: #fff;
}

a.contact-box-link .contact-box .c-content {
    display: table-cell;
    height: 37px;
    padding-left: 20px;
    vertical-align: middle;
}

a.contact-box-link .contact-box:hover .c-content {
    background: #00aeef;
}

a.contact-box-link .contact-box .c-content .title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
}

span.lp_radio_button input[type="radio"]::before {
    margin-top: 0 !important;
}

.home-damage-report-button-container a {
    padding: 0.3rem;
    border: 1px solid #fb802e;
    border-radius: 0.5rem;
    background-color: #fb802e;
    color: #fff;
}

.home-damage-report-button-container span:nth-child(2) {
    font-weight: bold !important;
}