/* Alertable Blue Theme */

a { color: #0a55a0; }

a:hover {
    color: #007bff;
    text-decoration: none;
}

.content { padding: 0 20px; }

.card { border: none; }

.card-body { color: #333; }

.accordion > .card > .card-header {
    display: none;
    padding: 0;
    background: #0a55a0;
    text-align: center;
    color: white;
}

.btn-link:hover {
    color: #fff;
    background-color: #0c66bc;
    text-decoration: none;
}

.phone-description { color: #555; }

.card-header { border-bottom: none; }

.input-group-text {
    background: #0a55a0;
    color: white;
}

.disabled-form .input-group-text {
    background: #e9ecef;
}

.switch-phone { color: #0a55a0; }

.btn-primary {
    /*background-color: #ed8622 !important;*/
    /*border-color: #ed8622 !important;*/
    /*font-size: 18px;*/
    /*text-transform: uppercase;*/
    /*color: #000;*/
    font-weight: bold;
}

.card-header:first-child { border-radius: 0; }

.accordion > .card > .card-header .btn-link {
    color: white;
}

h1.mb-0 { font-size: 1.25em; }

h2 {
    text-align: center;
    color: #0a55a0;
}

.credit {
    font-size: 14px;
    line-height: 16px;
    font-style: italic;
    padding-top: 3px;
}

footer > div > a {
    /*font-size: 18px;*/
    display: inline-block;
    margin: 0 14px;
    padding: 0 !important;
}

.accordion {
}