﻿.btn-esMotion {
    color: #ffffff;
    background-color: #CA0022;
    border-color: #AA001F;
}

    .btn-esMotion:hover,
    .btn-esMotion:focus,
    .btn-esMotion:active,
    .btn-esMotion.active,
    .open .dropdown-toggle.btn-esMotion {
        color: #ffffff;
        background-color: #9B001C;
        border-color: #AA001F;
    } 
 
.btn-esMotion:active, 
.btn-esMotion.active, 
.open .dropdown-toggle.btn-esMotion { 
  background-image: none; 
}

    .btn-esMotion.disabled,
    .btn-esMotion[disabled],
    fieldset[disabled] .btn-esMotion,
    .btn-esMotion.disabled:hover,
    .btn-esMotion[disabled]:hover,
    fieldset[disabled] .btn-esMotion:hover,
    .btn-esMotion.disabled:focus,
    .btn-esMotion[disabled]:focus,
    fieldset[disabled] .btn-esMotion:focus,
    .btn-esMotion.disabled:active,
    .btn-esMotion[disabled]:active,
    fieldset[disabled] .btn-esMotion:active,
    .btn-esMotion.disabled.active,
    .btn-esMotion[disabled].active,
    fieldset[disabled] .btn-esMotion.active {
        background-color: #CA0022;
        border-color: #AA001F;
    }

    .btn-esMotion .badge {
        color: #CA0022;
        background-color: #ffffff;
    }
table a:not(.btn),
.table a:not(.btn) {
    color: #000;
    /*text-decoration: underline;*/
}

