﻿.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;
}

a.btn {
    padding-top: 6px;
}

    a.btn:visited {
         color: #fff;
    }

.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 span {
    color: #fff;
    font-size: 14pt;
}

.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;
    cursor: default;
    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-Red {
    background-color: #e42313;
    border: 1px solid #e42313;
    color: #fff;
    font-size: 10pt;
    min-height: 10px;
    padding: 3px 10px;
}

    .btn-Red:active, .btn-Red:focus, .btn-Red:hover {
        background-color: #c41e0a !important;
        border: 1px solid #c41e0a !important;
        color: #fff !important;
    }

.btn-Close {
    background-color: #fff;
    border: 1px solid #575756;
    border-radius: 8px;
    color: #575756;
    font-size: 24px;
    height: 44px;
    min-width: 44px !important;
    padding: 4px 6px;
    width: 44px !important;
}

    .btn-Close:active, .btn-Close:focus, .btn-Close:hover {
        background-color: #ccc;
        border-color: #333;
    }

.btn-full-width {
    width: 100%;
}

.btn-footer {
    background-color: unset;
    border: none;
    color: #575756;
    padding: 0;
}

    .btn-footer:hover {
         font-weight: bold;
    }

.btn-padding {
    padding-top: 5px;
}