.alert a {
    text-decoration: none;
    color: #495057;
}
.c-callout {
    position: relative;
    padding: 0 1rem;
    margin: 1rem 0;
    border-radius: .25rem;
}
html:not([dir=rtl]) .c-callout {
    border-left: 4px solid #d8dbe0;
}

html:not([dir=rtl]) .c-callout-info {
    border-left-color: #39f;
}

html:not([dir=rtl]) .c-callout-danger {
    border-left-color: #e55353;
}
html:not([dir=rtl]) .c-callout-success {
    border-left-color: #2eb85c;
}

html:not([dir=rtl]) .c-callout-primary {
    border-left-color: #7c69ef;
}

.sidebar-nav .nav-link.sidebar-nav-link-danger {
    background: #e55353;
    color: #fff !important;
}

.sidebar-nav .nav-link.sidebar-nav-link-danger:hover {
    background: #e55353;
    color: #efefef !important;
}

@media (min-width: 768px) {
    .flex-group {
        display: flex;
        align-items: center;
    }
    .form-horizontal .flex-group .control-label {
        padding-top: 0;
    }
}

.programtype label {
    margin-right: 4em;
}

.programCheckbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-front {
    color: #fff;
    background-color: #0053a2;
    border-color: #0053a2;
    transition:  color 0.5s ease;
}

.btn-front:hover {
    color: #fff;
    background-color: #00488d;
    border-color: #00488d;
}

.frontend a {
    color: #0053a2;
    transition:  color 0.5s ease;
}

.btn-front i {
    color: #fff;
}

.frontend a:hover {
    color: #00488d;
}

.frontend h1 {
    color: #fff;
    text-shadow: 0 4px 3px rgba(0, 72, 141, .8),
    0 8px 13px rgba(0, 72, 141, .2),
    0 18px 23px rgba(0, 72, 141, .2);
}

/*  agechecker */
.ac-overlay {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99998;
    opacity: 0;
    cursor: wait;
}
.ac-container {
    box-sizing: border-box;
    width: 360px;
    position: fixed;
    padding: 20px 20px 30px 20px;
    background: #fff;
    z-index: 99999;
    opacity: 0;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 5px #000;
    font-weight: 400;
}
.ac-container h2 {
    box-sizing: border-box;
    margin: 0 0 14px 0;
    font-size: 26px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 11px;
}
.ac-container h3 {
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 26px;
}
.ac-container p {
    box-sizing: border-box;
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #1b2a4e;
    line-height: 20px;
}
.ac-container p strong {
    color: #ff1f1f;
}
.ac-container input,
.ac-container select {
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    margin-right: 5px;
}
.ac-container input.day {
    box-sizing: border-box;
    width: 45px;
    height: 28px;
}
.ac-container input.year {
    box-sizing: border-box;
    width: 70px;
    height: 28px;
}
.ac-container select {
    box-sizing: border-box;
    height: 28px;
    padding-left: 4px;
}
.ac-container button {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    width: 84px;
    background: #42ba96;
    color: #fff;
}
.ac-container button:hover {
    box-sizing: border-box;
    background: #359478;
}
.ac-container .errors {
    box-sizing: border-box;
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 18px;
    color: #ff1f1f;
}
.ac-container .errors li,
.ac-container .errors ul {
    box-sizing: border-box;
    padding: 0 0 3px 0;
    margin: 0;
    list-style: none;
}
.ac-container .errors li span {
    box-sizing: border-box;
    font-size: 9px;
    background: #ebebeb;
    border: 1px solid #ccc;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    display: inline-block;
    color: #ff1f1f;
    font-weight: 700;
    text-align: center;
    margin-right: 5px;
    line-height: 13px;
    position: relative;
    top: -2px;
    text-shadow: 1px 1px 0 #fff;
}
.ac-container .fields {
    box-sizing: border-box;
    clear: both;
    margin: 10px 0 10px 0;
}
.ac-container .errmsg h4 {
    color:red;
    margin-top:1rem;
}
@media (max-width: 500px) {
    .ac-container {
        box-sizing: border-box;
        width: auto;
        margin-right: 20px;
        margin-left: 1px;
    }
    .ac-container input.day,
    .ac-container input.year,
    .ac-container select {
        box-sizing: border-box;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
    .ac-container button {
        box-sizing: border-box;
        display: block;
        width: 100%;
    }
}

.claimDetails li {
    margin-bottom: .5rem;
}

.claimDetailError {
    display: block;
    margin-left: 1.5rem;
}

