﻿button, input[type="submit"] {
    padding: 0.157rem 1rem;
}

button.btn,
input.btn {
    padding: 6px 12px;
    font-size: 12px;
    height: 30px;
    border: none;
    line-height: 0;
    border-radius: 5px;
    background: inherit;
    font-weight: normal;
    color: #423e37;
    text-align: center;
  }

button.btn.btn-secondary {
    background-color: #dbdbdb;
    color: #423E37;
    box-shadow:3px 3px 6px 0px rgba(219,220,221,1);
}

.form-control:focus, .btn:focus, .btn.focus, button:focus {
    box-shadow: 0 0;
    outline: 0 none;
}

.btn-sm {
    height: 25px !important;
    font-size: 12px !important;
    padding: 0 0.5rem !important;
}

/* .btn.btn-default {
    background-color: #c3c0bc;
    color: #423e37;
    box-shadow:3px 3px 6px 0px rgba(219,220,221,1);
} */
/* .SPARKLE */
.btn.btn-default {
    background-color: #FFFFFF;
    color: #007DB8;
    border: 1px solid #007DB8;
    transition: all 0.19s ease-in-out;
}

/* .btn.btn-default:hover {
    color: #423e37;
    background-color: #dbdbdb;
    border-color: #423e37;
} */
/* .SPARKLE */
.btn.btn-default:hover {
    /* background-color: #FFFFFF;
    color: #007DB8;
    border: 1px solid #007DB8; */
    opacity: 0.85;
}

.btn.btn-default:active, .btn.btn-default.active, .open>.dropdown-toggle.btn.btn-default, .btn-secondary:active {
    /* background-color: #FFFFFF;
    color: #007DB8;
    border: 1px solid #007DB8; */
    opacity: 0.85;
}

.btn.btn-default:active:hover, .btn.btn-default.active:hover, .open>.dropdown-toggle.btn.btn-default:hover, .btn.btn-default:active:focus, .btn.btn-default.active:focus, .open>.dropdown-toggle.btn.btn-default:focus, .btn.btn-default:active.focus, .btn.btn-default.active.focus, .open>.dropdown-toggle.btn.btn-default.focus {
    /* background-color: #FFFFFF;
    color: #007DB8;
    border: 1px solid #007DB8; */
    opacity: 0.85;
}

.btn.btn-default:active, .btn.btn-default.active, .open>.dropdown-toggle.btn.btn-default {
    background-image: none;
}

.btn.btn-default.disabled:hover, .btn.btn-default[disabled]:hover, fieldset[disabled] .btn.btn-default:hover, .btn.btn-default.disabled:focus, .btn.btn-default[disabled]:focus, fieldset[disabled] .btn.btn-default:focus, .btn.btn-default.disabled.focus, .btn.btn-default[disabled].focus, fieldset[disabled] .btn.btn-default.focus {
    /* background-color: #FFFFFF;
    color: #007DB8;
    border: 1px solid #007DB8; */
    opacity: 0.65;
}

button.btn.btn-default.badge, a.btn.btn-default.badge {
    color: #fff;
    background-color: #423e37;
}

.page-power-grid-actions .btn {
    font-size: 12px;
    min-height: 30px;
    min-width: 94px;
    border: none;
    border-radius: 3px;
    background: #c3c0bc;
    font-weight: normal;
    color: #423e37;
    text-align: center;
    box-shadow: 3px 3px 6px 0px rgba(219, 220, 221, 1);
}

.page-power-grid-actions .btn.fixed {
    min-width: auto !important;
}

.btn-group.rolodex-btn-group button:not(.active).tablinks{
    background: white;
    border: thin solid #007DB8;
}

.tab button {
    border: 1px solid #007DB8;
    box-shadow: none;
}

.modal-footer>.btn.btn-primary {
    float: right;
}

.modal-footer>.btn.btn-secondary {
    border-color: #6c757d;
}

.btn, input[type="submit"], button {
    border-radius: 5px;
}

button, input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-block {
    display: block;
}

.btn.btn-standard.btn-file {
    min-width: 55px;
}

/* .btn.btn-default,  */
input[type="submit"], 
button, 
.btn-secondary {
    color: #423e37;
    background-color: #c3c0bc;
    font-weight: 400;
    font-size: 12px;
    transition: 0.3s;
    border: 1px solid transparent;
    outline: none;
}

.btn.btn-border-gray.btn-on-white {
    background-color: #FFFFFF;
    color: #423E37;
    border: 1px solid #C3C0BC;
    transition: all 0.19s ease-in-out;
}

.btn.btn-border-gray.btn-on-white:hover {
    opacity: 0.85;
}

/* .btn.btn-secondary.btn-on-white,
.btn.btn-default.btn-on-white {
    background-color: #DBDBDB;
} */
/* .SPARKLE */
.btn.btn-secondary.btn-on-white,
.btn.btn-default.btn-on-white {
    /* background-color: #FFFFFF; */
    background-color: #FFFFFF;
    color: #007DB8;
    border: 1px solid #007DB8;
    transition: all 0.19s ease-in-out;
}

.btn.btn-secondary.btn-on-white:hover,
.btn.btn-default.btn-on-white:hover {
    /* background-color: #FFFFFF;
    color: #007DB8;
    border: 1px solid #007DB8; */
    opacity: 0.85;
}

.btn.btn-secondary.btn-on-grey,
.btn.btn-default.btn-on-grey {
    background-color: #FFFFFF;
    color: #007DB8;
    border: 1px solid #007DB8;
    transition: all 0.19s ease-in-out;
}

.btn.btn-secondary:hover, 
.btn.btn-standard:hover,
/* .btn.btn-default:hover, */
button[id="btn_action1"]:hover, 
input[id="btn_action1"]:hover,
input[type="submit"]:hover  {
    /* background-color: #C3C0BC;
    border-color: #727272;
    outline: none; */
    opacity: 0.85;
}

.btn.btn-default:active, 
.btn.btn-default.active, 
.open>.dropdown-toggle.btn.btn-default, 
.btn-secondary:active {
    /* background-color: #C3C0BC;
    border-color: #727272;
    outline: none; */
    opacity: 0.85;
}

.btn.btn-default:active:hover, 
.btn.btn-default.active:hover, 
.open>.dropdown-toggle.btn.btn-default:hover, 
.btn.btn-default:active:focus, 
.btn.btn-default.active:focus, 
.open>.dropdown-toggle.btn.btn-default:focus, 
.btn.btn-default:active.focus, 
.btn.btn-default.active.focus, 
.open>.dropdown-toggle.btn.btn-default.focus {
    /* background-color: #C3C0BC;
    border-color: #727272;
    outline: none; */
    opacity: 0.85;
}

.btn.btn-default:active, 
.btn.btn-default.active, 
.open>.dropdown-toggle.btn.btn-default {
    background-image: none;
}

.btn.btn-default.disabled:hover, 
.btn.btn-default[disabled]:hover, 
fieldset[disabled] .btn.btn-default:hover, 
.btn.btn-default.disabled:focus, 
.btn.btn-default[disabled]:focus, 
fieldset[disabled] .btn.btn-default:focus, 
.btn.btn-default.disabled.focus, 
.btn.btn-default[disabled].focus, 
fieldset[disabled] .btn.btn-default.focus {
    /* background-color: #C3C0BC;
    border-color: #727272;
    outline: none; */
    opacity: 0.65;
}

.btn.btn-default.badge {
    color: #fff !important;
    background-color: #423e37;
}

[disabled]:hover {
    cursor: not-allowed;
}

button.btn:focus {
    outline: none;
}

/* .btn.btn-standard {
    font-size: 12px;
    height: 30px;
    min-width: 100px;
    border: none;
    border-radius: 5px;
    background: #c3c0bc;
    font-weight: normal;
    color: #423e37;
    text-align: center;
    box-shadow: 3px 3px 6px 0px rgba(219, 220, 221, 1);
} */
/* .SPARKLE  */
.btn.btn-standard {
    font-size: 12px;
    height: 30px;
    min-width: 100px;
    border: 1px solid #C3C0BC !important;
    border-radius: 5px;
    background: #FFFFFF;
    font-weight: normal;
    color: #423E37;
    text-align: center;
    box-shadow: 3px 3px 6px 0px rgba(219, 220, 221, 1);
}
/* .SPARKLE  */
.btn.btn-standard.whiteboard-btn {
    min-width: 55px;
}

button#update_button.btn.btn-info,
button#update_button.btn.btn-danger,
button#update_button.btn.btn-warning {
    color:#423e37;
}

.btn#update_button:hover {
    opacity: .75;
}

/* default reverse */

.btn.btn-default-reverse {
    color: #423e37;
    background-color: #fff;
    border-color: #423e37;
    font-weight: 600;
}

.btn.btn-default-reverse:focus, .btn.btn-default-reverse.focus {
    color: #423e37;
    background-color: #fff;
    border-color: #423e37;
}

.btn.btn-default-reverse:hover {
    color: #423e37;
    background-color: #fff;
    border-color: #423e37;
}

.btn.btn-default-reverse:active, 
.btn.btn-default.active, 
.open>.dropdown-toggle.btn.btn-default-reverse {
    color: #423e37;
    background-color: #fff;
    border-color: #423e37;
}

.btn.btn-default-reverse:active:hover, 
.btn.btn-default-reverse.active:hover, 
.open>.dropdown-toggle.btn.btn-default-reverse:hover, 
.btn.btn-default-reverse:active:focus, 
.btn.btn-default-reverse.active:focus, 
.open>.dropdown-toggle.btn.btn-default-reverse:focus, 
.btn.btn-default-reverse:active.focus, 
.btn.btn-default-reverse.active.focus, 
.open>.dropdown-toggle.btn.btn-default-reverse.focus {
    color: #423e37;
    background-color: #fff;
    border-color: #423e37;
}

.btn.btn-default-reverse:active, 
.btn.btn-default-reverse.active, 
.open>.dropdown-toggle.btn.btn-default-reverse {
    background-image: none;
}

.btn.btn-default-reverse.disabled:hover, 
.btn.btn-default-reverse[disabled]:hover, 
fieldset[disabled] .btn.btn-default-reverse:hover, 
.btn.btn-default-reverse.disabled:focus, 
.btn.btn-default-reverse[disabled]:focus, 
fieldset[disabled] .btn.btn-default-reverse:focus, 
.btn.btn-default-reverse.disabled.focus, 
.btn.btn-default-reverse[disabled].focus, 
fieldset[disabled] .btn.btn-default-reverse.focus {
    background-color: #fff;
    border-color: #72bbe7;
    color: #72bbe7;
    opacity: 0.65;
}

.btn.btn-default-reverse.badge {
    color: #423e37;
    background-color: #fff;
}

.search-btn {
    font-size: 12px !important;
    border-radius: 5px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border: 0 !important;
    color: #959696 !important;
    background-color: #fafafc;
    box-shadow: -4px 4px 5px 0px rgb(63, 117, 160);
    font-weight: normal !important;
    letter-spacing: 1px;
    border-right: 1px solid rgb(63, 117, 160) !important;
    border-left: 1px solid #fafafc !important;
}

.search-btn .fal, .search-btn .fa {
    padding-left: 21px;
}

.show .search-btn {
    background-color: #fff;
    color: #959696 !important;
    border-right: 1px solid #447ead !important;
    border-left: 1px solid #447ead !important;
}

/* primary*/

/* body .btn.btn-primary,
body .btn.btn-success {
    color: #fff;
    background-color: #007DB8;
    border-color: #007DB8;
    transition: 0.3s;
    font-weight: 600;
}
/* 
.SPARKLE */
.btn.btn-primary,
.btn.btn-success, 
a.btn.btn-primary:active,
.btn.btn-success:active{
    transition: all 0.19s ease-in-out;
    color: #fff !important;
    background-color: #007DB8 !important;
    border-color: #007DB8 !important;
    box-shadow:none;
    transition: all 0.19s ease-in-out;
}

.btn.btn-primary:active,
.btn.btn-success:active {
    /* background-color: #639c3d !important;
    border-color: #639c3d !important; */
    outline: none;
    opacity: 0.8;
}

.btn.btn-primary:not(.dropdown-toggle):hover, .btn.btn-primary:focus, .btn.btn-primary.focus,
.btn.btn-primary:active, .btn.btn-primary.active, 
.btn.btn-primary:active:hover, .btn.btn-primary.active:hover, .btn.btn-primary:active:focus, .btn.btn-primary.active:focus, .btn.btn-primary:active.focus, .btn.btn-primary.active.focus,
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success.focus,
.btn.btn-success:active, .btn.btn-success.active,
.btn.btn-success:active:hover, .btn.btn-success.active:hover, .btn.btn-success:active:focus, .btn.btn-success.active:focus, .btn.btn-success:active.focus, .btn.btn-success.active.focus{
    opacity: .85;
}

.btn.disabled:hover, .btn:disabled:hover{
    opacity:0.65;
}

.btn.btn-primary:active, .btn.btn-primary.active, .open>.dropdown-toggle.btn.btn-primary {
    background-image: none;
}

/* .btn.btn-primary.disabled:hover, .btn.btn-primary[disabled]:hover, fieldset[disabled] .btn.btn-primary:hover, .btn.btn-primary.disabled:focus, .btn.btn-primary[disabled]:focus, fieldset[disabled] .btn.btn-primary:focus, .btn.btn-primary.disabled.focus, .btn.btn-primary[disabled].focus, fieldset[disabled] .btn.btn-primary.focus {
    background-color: #fff;
    border-color: #72bbe7;
    color: #72bbe7;
} */

.address-btn-group .btn.btn-primary,
.address-btn-group .btn.btn-success{
    background-color: #FFFFFF !important;
    color: #727272 !important;
    border: 1px solid #727272 !important;
}
 
.address-btn-group a.btn.btn-primary.active,
.address-btn-group .btn.btn-success.active{
    transition: all 0.19s ease-in-out;
    background-color: #727272 !important;
    color: #fff !important;
    border: 1px solid #727272 !important;
    box-shadow:none;
    transition: all 0.19s ease-in-out;
}

.address-btn-group .btn.btn-primary:hover,
.address-btn-group .btn.btn-success:hover, 
.address-btn-group a.btn.btn-primary.active:hover,
.address-btn-group .btn.btn-success.active:hover{
    background-color: #c3c0bc !important;
    color: #fff !important;
    border: 1px solid #727272 !important;
}

.btn.btn-primary.badge,
.btn.btn-success.badge {
    color: #fff;
    background-color: #00e08f;
}
/* body.SPARKLE  */
.btn-group .btn-success:active:hover,.btn-group .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus,
.btn-group .btn-success:hover, .btn-group .btn-success.active {
  opacity: 0.8;
}

/* primary reverse */

.btn.btn-primary-reverse {
    color: #00e08f;
    background-color: #fff;
    border-color: #00e08f;
    font-weight: 600;
}

.btn.btn-primary-reverse:focus, .btn.btn-primary-reverse.focus {
    color: #00e08f;
    background-color: #fff;
    border-color: #00e08f;
}

.btn.btn-primary-reverse:hover {
    color: #00e08f;
    background-color: #fff;
    border-color: #00e08f;
}

.btn.btn-primary-reverse:active, .btn.btn-primary.active, .open>.dropdown-toggle.btn.btn-primary-reverse {
    color: #00e08f;
    background-color: #fff;
    border-color: #00e08f;
}

.btn.btn-primary-reverse:active:hover, .btn.btn-primary-reverse.active:hover, .open>.dropdown-toggle.btn.btn-primary-reverse:hover, .btn.btn-primary-reverse:active:focus, .btn.btn-primary-reverse.active:focus, .open>.dropdown-toggle.btn.btn-primary-reverse:focus, .btn.btn-primary-reverse:active.focus, .btn.btn-primary-reverse.active.focus, .open>.dropdown-toggle.btn.btn-primary-reverse.focus {
    color: #00e08f;
    background-color: #fff;
    border-color: #00e08f;
}

.btn.btn-primary-reverse:active, .btn.btn-primary-reverse.active, .open>.dropdown-toggle.btn.btn-primary-reverse {
    background-image: none;
}

.btn.btn-primary-reverse.disabled:hover, .btn.btn-primary-reverse[disabled]:hover, fieldset[disabled] .btn.btn-primary-reverse:hover, .btn.btn-primary-reverse.disabled:focus, .btn.btn-primary-reverse[disabled]:focus, fieldset[disabled] .btn.btn-primary-reverse:focus, .btn.btn-primary-reverse.disabled.focus, .btn.btn-primary-reverse[disabled].focus, fieldset[disabled] .btn.btn-primary-reverse.focus {
    background-color: #fff;
    border-color: #72bbe7;
    color: #72bbe7;
    opacity: 0.65;
}

.btn.btn-primary-reverse.badge {
    color: #00e08f;
    background-color: #fff;
}

/* action reverse*/

.btn.btn-success-reverse {
    color: #4197b5;
    background-color: #fff;
    border-color: #4197b5;
    /* font-weight: 600; */
}

.btn.btn-success-reverse:focus, .btn.btn-success-reverse.focus {
    color: #4197b5;
    background-color: #fff;
    border-color: #4197b5;
}

.btn.btn-success-reverse:hover {
    color: #4197b5;
    background-color: #fff;
    border-color: #4197b5;
}

.btn.btn-success-reverse:active, .btn.btn-success-reverse.active, .open>.dropdown-toggle.btn.btn-success-reverse {
    color: #4197b5;
    background-color: #fff;
    border-color: #4197b5;
}

.btn.btn-success-reverse:active:hover, .btn.btn-success-reverse.active:hover, .open>.dropdown-toggle.btn.btn-success-reverse:hover, .btn.btn-success-reverse:active:focus, .btn.btn-success-reverse.active:focus, .open>.dropdown-toggle.btn.btn-success-reverse:focus, .btn.btn-success-reverse:active.focus, .btn.btn-success-reverse.active.focus, .open>.dropdown-toggle.btn.btn-success-reverse.focus {
    color: #4197b5;
    background-color: #fff;
    border-color: #4197b5;
}

.btn.btn-success-reverse:active, .btn.btn-success-reverse.active, .open>.dropdown-toggle.btn.btn-success-reverse {
    background-image: none;
}

.btn.btn-success-reverse.disabled:hover, .btn.btn-success-reverse[disabled]:hover, fieldset[disabled] .btn.btn-success-reverse:hover, .btn.btn-success-reverse.disabled:focus, .btn.btn-success-reverse[disabled]:focus, fieldset[disabled] .btn.btn-success-reverse:focus, .btn.btn-success-reverse.disabled.focus, .btn.btn-success-reverse[disabled].focus, fieldset[disabled] .btn.btn-success-reverse.focus {
    background-color: #fff;
    border-color: #9db9e1;
    color: #9db9e1;
    opacity: 0.65;
}

.btn.btn-success-reverse.badge {
    color: #4197b5;
    background-color: #fff;
}

/* success */

.btn.btn-success, .btn.btn-success.whiteboard-btn {
    color: #fff;
    background-color: #639c3d;
    border-color: #639c3d;
    transition: 0.3s;
}

.btn.btn-success:focus, .btn.btn-success.focus {
    box-shadow: none !important;
}

.btn.btn-success:focus, .btn.btn-success.focus,.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success.active, .open>.dropdown-toggle.btn.btn-success, .btn.btn-success:active:hover, .btn.btn-success.active:hover, .open>.dropdown-toggle.btn.btn-success:hover, .btn.btn-success:active:focus, .btn.btn-success.active:focus, .open>.dropdown-toggle.btn.btn-success:focus, .btn.btn-success:active.focus, .btn.btn-success.active.focus, .open>.dropdown-toggle.btn.btn-success.focus {
    opacity: .85;
}

.btn.btn-success:active, .btn.btn-success.active, .open>.dropdown-toggle.btn.btn-success {
    background-image: none;
}

.btn.btn-success.disabled:hover, .btn.btn-success[disabled]:hover, fieldset[disabled] .btn.btn-success:hover, .btn.btn-success.disabled:focus, .btn.btn-success[disabled]:focus, fieldset[disabled] .btn.btn-success:focus, .btn.btn-defaultsuccess.focus, .btn.btn-success[disabled].focus, fieldset[disabled] .btn.btn-success.focus {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn.btn-success.badge {
    color: #fff;
    background-color: #639c3d;
}

/* success reverse */

/* .btn.btn-success-reverse {
    color: #639c3d !important;
    background-color: #fff;
    border-color: #639c3d !important;
    font-weight: 600;
}

.btn.btn-success-reverse:focus, .btn.btn-success-reverse.focus {
    color: #639c3d#fff;
    background-color: #fff;
    border-color: #639c3d !important;
}

.btn.btn-success-reverse:hover {
    color: #639c3d;
    background-color: #fff;
    border-color: #639c3d !important;
}

.btn.btn-success-reverse:active, .btn.btn-success-reverse.active, .open>.dropdown-toggle.btn.btn-success-reverse {
    color: #639c3d;
    background-color: #fff;
    border-color: #639c3d !important;
}

.btn.btn-success-reverse:active:hover, .btn.btn-success-reverse.active:hover, .open>.dropdown-toggle.btn.btn-success-reverse:hover, .btn.btn-success-reverse:active:focus, .btn.btn-success-reverse.active:focus, .open>.dropdown-toggle.btn.btn-success-reverse:focus, .btn.btn-success-reverse:active.focus, .btn.btn-success-reverse.active.focus, .open>.dropdown-toggle.btn.btn-success-reverse.focus {
    color: #639c3d;
    background-color: #fff;
    border-color: #639c3d !important;
}

.btn.btn-success-reverse:active, .btn.btn-success-reverse.active, .open>.dropdown-toggle.btn.btn-success-reverse {
    background-image: none;
}

.btn.btn-success-reverse.disabled:hover, .btn.btn-success-reverse[disabled]:hover, fieldset[disabled] .btn.btn-success-reverse:hover, .btn.btn-success-reverse.disabled:focus, .btn.btn-success-reverse[disabled]:focus, fieldset[disabled] .btn.btn-success-reverse:focus, .btn.btn-defaultsuccess.focus, .btn.btn-success-reverse[disabled].focus, fieldset[disabled] .btn.btn-success-reverse.focus {
    background-color: #fff;
    border-color: #639c3d !important;
    color: #7fc99b;
}

.btn.btn-success-reverse.badge {
    color: #639c3d;
    background-color: #fff;
} */

/* warning */

.btn.btn-warning {
    color: #fff;
    background-color: #ed7b27;
    border-color: #ed7b27;
    font-weight: 600;
}

.btn.btn-warning:focus, .btn.btn-warning.focus {
    color: #fff;
    background-color: #ed7b27;
    border-color: #ed7b27;
}

.btn.btn-warning:hover {
    color: #fff;
    background-color: #ed7b27;
    border-color: #ed7b27;
}

.btn-warning:active, .btn.btn-warning.active, .open>.dropdown-toggle.btn.btn-warning {
    color: #fff;
    background-color: #ed7b27;
    border-color: #ed7b27;
}

.btn.btn-warning:active:hover, .btn.btn-warning.active:hover, .open>.dropdown-toggle.btn.btn-warning:hover, .btn.btn-warning:active:focus, .btn.btn-warning.active:focus, .open>.dropdown-toggle.btn.btn-warning:focus, .btn.btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn.btn-warning.focus {
    color: #fff;
    background-color: #ed7b27;
    border-color: #ed7b27;
}

.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn.btn-defaultwarning.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #fff;
    border-color: #fbb47f;
    color: #fbb47f;
    opacity: 0.65;
}

.btn-warning.badge {
    color: #fff;
    background-color: #ed7b27;
}

/* warning  reverse*/

.btn-warning-reverse {
    color: #ed7b27;
    background-color: #ffffff;
    border-color: #ed7b27;
    font-weight: 600;
}

.btn-warning-reverse:focus, .btn-warning-reverse.focus {
    color: #ed7b27;
    background-color: #ffffff;
    border-color: #ed7b27;
}

.btn-warning-reverse:hover {
    color: #ed7b27;
    background-color: #ffffff;
    border-color: #ed7b27;
}

.btn-warning-reverse:active, .btn-warning-reverse.active, .open>.dropdown-toggle.btn-warning-reverse {
    color: #ed7b27;
    background-color: #ffffff;
    border-color: #ed7b27;
}

.btn-warning-reverse:active:hover, .btn-warning-reverse.active:hover, .open>.dropdown-toggle.btn-warning-reverse:hover, .btn-warning-reverse:active:focus, .btn-warning-reverse.active:focus, .open>.dropdown-toggle.btn-warning-reverse:focus, .btn-warning-reverse:active.focus, .btn-warning-reverse.active.focus, .open>.dropdown-toggle.btn-warning-reverse.focus {
    color: #ed7b27;
    background-color: #ffffff;
    border-color: #ed7b27;
}

.btn-warning-reverse:active, .btn-warning-reverse.active, .open>.dropdown-toggle.btn-warning-reverse {
    background-image: none;
}

.btn-warning-reverse.disabled:hover, .btn-warning-reverse[disabled]:hover, fieldset[disabled] .btn-warning-reverse:hover, .btn-warning-reverse.disabled:focus, .btn-warning-reverse[disabled]:focus, fieldset[disabled] .btn-warning-reverse:focus, .btn.btn-defaultwarning.focus, .btn-warning-reverse[disabled].focus, fieldset[disabled] .btn-warning-reverse.focus {
    background-color: #ed7b27;
    border-color: #fbb47f;
    color: #fbb47f;
    opacity: 0.65;
}

.btn-warning-reverse.badge {
    color: #ed7b27;
    background-color: #ffffff;
}

/* danger */

.btn.btn-danger {
    color: #fff;
    background-color: #ef3628;
    border-color: #ef3628;
    font-weight: 600;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ef3628;
    border-color: #ef3628;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ef3628;
    border-color: #ef3628;
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ef3628;
    border-color: #ef3628;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ef3628;
    border-color: #ef3628;
}

.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn.btn-defaultdanger.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #fff;
    border-color: #fbb47f;
    color: #fbb47f;
    opacity: 0.65;
}

.btn-danger.badge {
    color: #fff;
    background-color: #ef3628;
}

/* danger reverse*/

.btn-danger-reverse {
    color: #ef3628;
    background-color: #fff;
    border-color: #ef3628;
    font-weight: 600;
}

.btn-danger-reverse:focus, .btn-danger-reverse.focus {
    color: #ef3628;
    background-color: #ffffff;
    border-color: #ef3628;
}

.btn-danger-reverse:hover {
    color: #ef3628;
    background-color: #ffffff;
    border-color: #ef3628;
}

.btn-danger-reverse:active, .btn-danger-reverse.active, .open>.dropdown-toggle.btn-danger-reverse {
    color: #ef3628;
    background-color: #ffffff;
    border-color: #ef3628;
}

.btn-danger-reverse:active:hover, .btn-danger-reverse.active:hover, .open>.dropdown-toggle.btn-danger-reverse:hover, .btn-danger-reverse:active:focus, .btn-danger-reverse.active:focus, .open>.dropdown-toggle.btn-danger-reverse:focus, .btn-danger-reverse:active.focus, .btn-danger-reverse.active.focus, .open>.dropdown-toggle.btn-danger-reverse.focus {
    color: #ef3628;
    background-color: #ffffff;
    border-color: #ef3628;
}

.btn-danger-reverse:active, .btn-danger-reverse.active, .open>.dropdown-toggle.btn-danger-reverse {
    background-image: none;
}

.btn-danger-reverse.disabled:hover, .btn-danger-reverse[disabled]:hover, fieldset[disabled] .btn-danger-reverse:hover, .btn-danger-reverse.disabled:focus, .btn-danger-reverse[disabled]:focus, fieldset[disabled] .btn-danger-reverse:focus, .btn.btn-defaultdanger.focus, .btn-danger-reverse[disabled].focus, fieldset[disabled] .btn-danger-reverse.focus {
    background-color: #ef3628;
    border-color: #fbb47f;
    color: #fbb47f;
    opacity: 0.65;
}

.btn-danger-reverse.badge {
    color: #ef3628;
    background-color: #ffffff;
}

/* gray-dark reverse */

.btn-gray-dark-reverse {
    color: #727272;
    background-color: #fff;
    border-color: #727272;
    font-weight: 600;
}

.btn-gray-dark-reverse:focus, .btn-gray-dark-reverse.focus {
    color: #727272;
    background-color: #fff;
    border-color: #727272;
}

.btn-gray-dark-reverse:hover {
    color: #727272;
    background-color: #fff;
    border-color: #727272;
}

.btn-gray-dark-reverse:active, .btn-gray-dark-reverse.active, .open>.dropdown-toggle.btn-gray-dark-reverse {
    color: #727272;
    background-color: #fff;
    border-color: #727272;
}

.btn-gray-dark-reverse:active:hover, .btn-gray-dark-reverse.active:hover, .open>.dropdown-toggle.btn-gray-dark-reverse:hover, .btn-gray-dark-reverse:active:focus, .btn-gray-dark-reverse.active:focus, .open>.dropdown-toggle.btn-gray-dark-reverse:focus, .btn-gray-dark-reverse:active.focus, .btn-gray-dark-reverse.active.focus, .open>.dropdown-toggle.btn-gray-dark-reverse.focus {
    color: #727272;
    background-color: #fff;
    border-color: #727272;
}

.btn-gray-dark-reverse:active, .btn-gray-dark-reverse.active, .open>.dropdown-toggle.btn-gray-dark-reverse {
    background-image: none;
}

.btn-gray-dark-reverse.disabled:hover, .btn-gray-dark-reverse[disabled]:hover, fieldset[disabled] .btn-gray-dark-reverse:hover, .btn-gray-dark-reverse.disabled:focus, .btn-gray-dark-reverse[disabled]:focus, fieldset[disabled] .btn-gray-dark-reverse:focus, .btn-gray-dark-reverse.disabled.focus, .btn-gray-dark-reverse[disabled].focus, fieldset[disabled] .btn-gray-dark-reverse.focus {
    background-color: #fff;
    border-color: #ccc;
    opacity: 0.65;
}

.btn-gray-dark-reverse.badge {
    color: #727272;
    background-color: #fff;
}

.page-power-grid-actions .btn {
    font-size: 12px;
}

.file-summary-btns, .escrow-buttons {
    border: 0;
    background-color: #c3c0bc;
    box-shadow: 3px 3px 6px 0px rgb(0, 0, 0, 0.15);
    /* font-size: 10px; */
    font-weight: 400;
}

.col-sm-5>.file-summary-btns {
    margin-bottom: 10px;
}

.top-summary-btns {
    border: 0;
    background-color: #c3c0bc;
    box-shadow: 3px 3px 6px 0px rgb(0, 0, 0, 0.15);
    font-size: 12px;
    font-weight: 600;
}

.card-body .btn {
    font-size: 11px;
}

.card-body .btn i {
    margin-left: 3px;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #639c3d;
    border-color: #639c3d;
}

.btn-outline-success:hover {  
    background-color: #639c3d;
    border-color: #639c3d;
}
.btn-outline-success {
    color: #639c3d;
    border-color: #639c3d;
}
/* .SPARKLE  */
.top-summary-btns {
    font-size: 12px;
    height: 30px;
    min-width: 100px;
    border: 1px solid #C3C0BC !important;
    border-radius: 5px;
    background: #FFFFFF !important;
    font-weight: normal;
    color: #423E37 !important;
    text-align: center;
    box-shadow: 3px 3px 6px 0px rgb(219 220 221);
    transition: all 0.19s ease-in-out;
}
.top-summary-btns:hover {
    border: 1px solid #727272 !important;
}
.file-summary-colored-btns {
    font-size: 12px;
    height: 30px;
    min-width: 100px;
    border: 1px solid #007DB8 !important;
    border-radius: 5px;
    background: #007DB8 !important;
    font-weight: normal;
    color: #FFF !important;
    text-align: center;
    box-shadow: 3px 3px 6px 0px rgb(219 220 221);
    transition: all 0.19s ease-in-out;
}
.file-summary-colored-btns:hover {
    opacity: .85;
}