﻿.btn {
    border-radius: 5px;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0;
    min-height: 42px;
    min-width: 82px;
    text-align: center;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: middle;
}

.btn-AHDB {
    background-color: #0090d4;
    border: 1px solid #0090d4;
    color: #fff;
    padding: 0 16px;
}

    .btn-AHDB:active, .btn-AHDB:focus, .btn-AHDB:hover {
        background-color: #1f4350 !important;
        border: 1px solid #1f4350 !important;
        color: #fff !important;
    }

.btn-AHDB-outline {
    background-color: #fff;
    border: 1px solid #707070;
    color: #057dbc;
    padding: 0 16px;
}

    .btn-AHDB-outline:active, .btn-AHDB-outline:focus, .btn-AHDB-outline:hover {
        background-color: rgba(0, 144, 212, 0.05) !important;
        border: 1px solid #707070 !important;
        color: #057dbc !important;
    }

.btn-AHDB-text {
    background-color: #fff;
    border: 0 solid transparent;
    color: #057dbc;
    padding: 0 8px;
}

    .btn-AHDB-text:active, .btn-AHDB-text:focus, .btn-AHDB-text:hover {
        background-color: rgba(0, 144, 212, 0.05) !important;
        color: #057dbc !important;
    }

.btn-AHDB-notInterested {
    background-color: #fff;
    border: 0 solid transparent;
    color: #17424E;
    padding: 0 8px;
}

    .btn-AHDB-notInterested:active, .btn-AHDB-notInterested:focus, .btn-AHDB-notInterested:hover {
        background-color: rgba(0, 144, 212, 0.05) !important;
        color: #17424E !important;
    }

.btn-AHDB-disabled, .btn-AHDB-disabled:active, .btn-AHDB-disabled:focus, .btn-AHDB-disabled:hover {
    background-color: #8e8e93;
    border: 1px solid #8e8e93;
    color: #e5e5ea;
    padding: 0 16px;
}

.btn-AHDB-back {
    color: #666;
    font-size: 14px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    text-align: left;
}

    .btn-AHDB-back:active, .btn-AHDB-back:focus, .btn-AHDB-back:hover {
        color: #057dbc !important;
    }

.btn-AHDB-skip {
    color: #17424e;
    font-size: 14px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    text-align: right;
}

    .btn-AHDB-skip:active, .btn-AHDB-skip:focus, .btn-AHDB-skip:hover {
        color: #057dbc !important;
    }

.btn-footer {
    background-color: unset;
    border: none;
    color: #575756;
    padding: 0;
}

    .btn-footer:hover {
         font-weight: bold;
    }