/* BUBBLE */
.jfk-bubble {
    margin-top: 145px;
    top: 48px;
    margin-left: -270px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid;
    position: absolute;
    z-index: 1201 !important;
    border-color: #bbb #bbb #a8a8a8;
    padding: 16px;
    width: 255px;
    line-height: 17px;
    visibility: hidden;
    opacity: 0;
    left: 16px;
    -webkit-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -o-transition: all 0.218s;
    transition: all 0.218s;
}

    .jfk-bubble.register-password {
        margin-top: 145px;
        top: 48px;
    }

    .jfk-bubble.register-email {
        margin-top: 0px;
        top: 0px;
    }

    .jfk-bubble.reset-password {
        margin-top: -50px;
        top: 48px;
    }

    .jfk-bubble.change-password {
        margin-top: 25px;
        margin-left: -285px;
        top: 48px;
    }

    .jfk-bubble.enquiry-individual {
        margin-top: 0px;
        margin-left: 50px;
    }

    .jfk-bubble.enquiry-organization {
        margin-top: 0px;
        margin-left: 63px;
    }
        .jfk-bubble.register-password.active, .jfk-bubble.register-email.active, .jfk-bubble.reset-password.active, .jfk-bubble.change-password.active, .jfk-bubble.enquiry-individual.active, .jfk-bubble.enquiry-organization.active {
            visibility: visible;
            opacity: 1;
        }

/* bubble arrow */
.jfk-bubble-arrow {
    position: absolute;
    top: 20px;
}
.jfk-bubble-arrow.arrow-up {
        transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    margin-top: 0px;
    top: 0px;
    margin-right: 35px;
}
    .jfk-bubble-arrow:before, .jfk-bubble-arrow:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
    }

    .jfk-bubble-arrow:before {
        border: 9px solid;
        border-color: transparent #bbb;
        top: -9px;
    }

    .jfk-bubble-arrow:after {
        border: 8px solid;
        border-color: transparent #fff;
        top: -8px;
    }

.jfk-bubble-arrowright {
    right: 0;
}

    .jfk-bubble-arrowright:before, .jfk-bubble-arrowright:after {
        border-right-width: 0;
    }    

select {
background-color: #fcfcfc!important;
padding-right: 16px;
width: auto;
height: 22px;
border: 1px solid #ff9900;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

select:first-child, select#f {
    -moz-appearance: none;
    background: transparent url(../img/dropdown.png) no-repeat right center;
}

select::-ms-expand {
    display: none;
}
