.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    background-color: rgba(255,255,255, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.filterMorePanel {
    border-right: inherit;
    border-left: inherit;
    border-bottom: inherit;
    margin-bottom: 0px;
}

.filterMorePanel .panel-heading {
    border-bottom: inherit;
    padding-left: 0px;
    padding-right: 0px;
}

.filterMorePanel .panel-body {
    padding: 0px;
}

a[aria-expanded=true] .fa-chevron-down {
    display: none;
}
a[aria-expanded=false] .fa-chevron-up {
    display: none;
}

.required:after{
    content:'*';
    color:red;
    padding-left:4px;
}

.typerow {
    border-bottom: 1px solid lightgray;
    margin-right: inherit;
    margin-left: inherit;
}

.typerow-price {
    background-color: #7bc673;
    color: #ffffff;
}

.registrationbdy {
    background-color: #ffffff;
}

.unconfirmedmember {
    color: #b1b7ba;
}

.iframecontainer {
}

#webmailiframe {
    width:100%;
    border: none;
}

.comment-tag {
    margin-left: 5px;
    cursor: help;
}

/* REDESIGN 2019 */
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #fff;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default {
    background-color: #3097d1;
    border-color: #2a88bd;
}