﻿.heading {
    FONT-SIZE: 24px;
    COLOR: #4F2170;
}

.messageColor {
    COLOR: Red;
}

.subActivityStyle {
    FONT-SIZE: 12px;
    FONT-FAMILY: Roboto;
}

input[type=radio] {
    margin-right: 5px;
}

.main {
    margin-bottom: 55px;
}

/* overridding bootstrap styles */

input[type='text'].form-control {
    width: auto;
    display: inline-block;
    color: initial;
}

input[type=checkbox] {
    transform: scale(1.25);
    margin: 2px 10px;
}

textarea.form-control, textarea.form-control:focus {
    color: initial;
}

#eventregpart input[type='text'].form-control {
    margin: 2px 0px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    opacity: 0.4 !important;
}

.form-check-label {
    font-size: 1rem;
}

a {
    color: #4F2170;
}

    a:hover {
        color: #4F2170;
    }

#eventregbody h5 {
    color: #000000;
}

.small-hint {
    font-size: 0.8rem;
}

.invalid-city-feedback, .invalid-state-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

table#eventregpart{
    display: none;
}