﻿.help-tip {
    display: inline-block;
    text-align: center;
    background-color: #e9ecef;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    font-family: "Conv_Proxima Nova Regular",sans-serif;
}

.help-tip:before {
    content: '?';
    font-weight: bold;
}

.help-tip:hover p {
    display: inline-block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
    display: none;
    text-align: left;
    background-color: #e9ecef;
    padding: 20px !important;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-left: -18px;
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.4;
    z-index: 10;
}

.help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #e9ecef;
    left: 10px;
    top: -12px;
}

.help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -40px;
    left: 0;
}

.help-tip.help-tip-left p {
    margin-left: -278px;
}

.help-tip.help-tip-left p:before{
    left: 270px;
}

.DigestTiles-sponsor .GroupSponsors-list {
    flex-wrap: wrap;
}

.MySpeakerAppointments .clickable-row
{
    cursor: pointer;
}

.MySpeakerAppointments .clickable-row:hover {
    background-color: #f5f5f5;
}

#speakerAppointmentDetailsForm .clickable-row:hover {
    background-color: #f5f5f5;
}

.border-1 {
    border: 1px solid #999;
    border-radius: 0;
}

.error-border-red.input-validation-error {
    border: 2px solid red;
}

@media (min-width: 576px) {
    #modal-declarationOfInterest .modal-dialog {
        max-width: 900px;
    }
}

#DeclarationInterestRead {
    cursor:inherit;
}

#exhibitorBookingDetailsForm .btn-a-noHover:hover {
    color: #fff!important;
}

