.product-header{
    color: #ffffff;
    background-color: #0082c9;
    font-weight: bold;

}

.me-module{
    background-color: #0082c9;
}

div.message{
    background: transparent;
    padding-left: 7px;
}

div.error{
    background-color:#F3E6E6;
    border-color: #924949;
    border-style: solid;
    border-width: 2px;
    margin-top: 5px;
    padding: 5px;
    color: red;
    border-radius: 25px;
}

.required:after{
    content: " * ";
    color: red;
    font-weight: bold;
}

.ui-datepicker
{
    z-index: 1003 !important; /* make sure date picker is always on top */
}

.form-name{
    background-color: #eeeeee;
    font-weight: bold;
    padding: 20px;
    margin-bottom: 10px;
    font-size: x-large;
}

.waitlistedrow{
    background-color: #fdfd96 !important;
    font-weight: bold;
}

#tab-content p {
    display: none;
}

#tab-content p.is-active {
    display: block;
}

.section-header{
    background-color: #0082c9;
}