/* Billing address fields + Google Maps predictions (js/billing_address.js). */

.rt-billing .rt-billing-field {
    position: relative;
}

.rt-billing .rt-billing-hint {
    display: block;
    margin-top: -14px;
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.4;
    color: #777;
}

.rt-billing .rt-req {
    color: #c0392b;
}

.rt-billing input[aria-busy="true"] {
    background-image: none;
    box-shadow: inset 0 -2px 0 rgb(136, 183, 62);
}

ul.rt-ac-list {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 9999;
    margin: 2px 0 0;
    padding: 4px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
}

ul.rt-ac-list li.rt-ac-option {
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 8px 12px;
    border: 0;
    line-height: 1.35;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    cursor: pointer;
    white-space: normal;
}

ul.rt-ac-list li.rt-ac-option:hover,
ul.rt-ac-list li.rt-ac-option.rt-ac-active {
    background: #f1f7e7;
    color: #333;
}

ul.rt-ac-list li.rt-ac-option.rt-ac-active {
    box-shadow: inset 3px 0 0 rgb(136, 183, 62);
}

/* Country select on /register/ (id="tara"): same look as the plan select. */
div#contentWrapper #taraSelectBoxItContainer {
    float: right;
    width: 80%;
}

div#contentWrapper #taraSelectBoxIt {
    background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
    width: 100% !important;
    border: 1px solid #d6d6d6;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding-left: 10px;
    margin-left: 20px;
    float: right;
}

div#contentWrapper #taraSelectBoxItText {
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #333;
}

div#contentWrapper #taraSelectBoxItArrow {
    border-top: 4px solid #333;
    top: 20px !important;
}

div#contentWrapper #taraSelectBoxItOptions {
    top: 40px !important;
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
