﻿body {
}

.axbtn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding-top: 8px;
    padding-right: 18px;
    padding-bottom: 8px;
    padding-left: 18px;
    font-size: 1em;
    line-height: 1.42857143;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: bold;
}

    .axbtn:hover, .axbtn:focus, .axbtn.focus {
        color: #ffffff;
        text-decoration: none;
    }

.axbtn-sm, .axbtn-group-sm > .axbtn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.axbtn-default {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}

    .axbtn-default:disabled,
    .axbtn-default[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
        color: lightgray;
    }

.axbtn-primary {
    background-color: #00b7bd;
    border-color: #00b7bd;
    color: #fff;
}

    .axbtn-primary:hover {
        background-color: #00868a;
        border-color: #007c80;
    }

    .axbtn-primary:disabled,
    .axbtn-primary[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.axbtn-secondary {
    background-color: #fff;
    border-color: #333;
    color: #000;
}

    .axbtn-secondary:hover {
        background-color: #f2f2f2;
        border-color: #e0e0e0;
        color: #000;
    }

    .axbtn-secondary:disabled,
    .axbtn-secondary[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.axbtn-abort {
    background-color: #8a8a8a;
    border-color: #8a8a8a;
    color: #fff;
}

    .axbtn-abort:hover {
        background-color: #696969;
        border-color: #696969;
    }

    .axbtn-abort:disabled,
    .axbtn-abort[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.axbtn-danger {
    color: #ffffff;
    background-color: #ff0039;
    border-color: #ff0039;
}

    .axbtn-danger:hover {
        color: #ffffff;
        background-color: #cc002e;
        border-color: #c2002b;
    }

    .axbtn-danger:disabled,
    .axbtn-danger[disabled] {
        opacity: 0.5;
        cursor: not-allowed;
    }