﻿.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-Responsive {
    background-color: #0090d4;
    border: 1px solid #0090d4;
    color: #fff !important;
}

.btn-AHDB:active, .btn-AHDB:focus, .btn-AHDB:hover {
    background-color: #1f4350 !important;
    border: 1px solid #1f4350 !important;
    color: #fff !important;
}

.btn-AHDB-Responsive:active, .btn-AHDB-Responsive:focus, .btn-AHDB-Responsive:hover {
    background-color: #1f4350 !important;
    border: 1px solid #1f4350 !important;
    color: #fff !important;
    text-decoration: none !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-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-footer {
    background-color: unset;
    border: none;
    color: #575756;
    padding: 0;
}

.btn-footer:hover {
         font-weight: bold;
}

.btnBackToTop {
    background-color: #0090d4;
    border: 1px solid #fff;
    border-radius: 5px;
    bottom: 50px;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    position: fixed;
    right: 20px;
    width: 50px;
    z-index: 100 !important;
}

.btnBackToTop:hover 
{
    background-color: #1f4350;
}

.btnBackToTop .btnBackToTopArrow {
    color: white;
    margin-right: auto !important;
    margin-left: auto !important;
}
.btn-adjust {
    color: #057dbc !important;
    padding-top: 5px;
}