.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;
}

.visibility--hidden {
    visibility: hidden !important;
}

.half-box-text {
    display: block;
    margin-left: 2.14286rem;
}

.floating-label {
    position: absolute;
    top: 12px;
    left: 10px;
    user-select: none;
    z-index: 1500;
}

.floating-label,
.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 {
    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;
}

.floating-label-field::placeholder {
    color: transparent;
}

.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;
}

.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;
}

.p-payment__title {
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .padding-side-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
