button[disabled]:hover {
    cursor: not-allowed;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    cursor: not-allowed;
    background-color: #00767d;
    color: white;
    border: 1px solid white;
}

.btn-primary, .btn-primary:focus, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #00767d;
    border: 1px solid white;
}

    .btn-primary:active {
        background-color: #00767d !important;
        border: 1px solid white;
    }

    .btn-primary:hover {
        background-color: white;
        color: #00767d;
        border: 1px solid #00767d;
        /*   font-weight: 600; */
    }

.btn-group .btn {
    border: none;
    background-color: #ddd;
    color: #333;
    height: auto;
    font-size: 13px;
}

    .btn-group .btn.active {
        background-color: #00767d;
        color: white;
    }

.btn-secondary {
    background-color: #75787B;
}

.btn > i {
    padding-right: 0;
    margin-right: 6px;
}

.btn.float-right, .btn-group.float-right {
    margin: 0;
}

.btn-group-toggle label.btn {
    opacity: 0.5;
}

.btn-group-toggle label.active {
    opacity: 1;
    outline: 2px #00767d;
    outline-offset: 2px;
    outline-style: solid;
    background-color: #ddd;
}

@media all and (-ms-high-contrast:none) {
    .btn-group-toggle label.active {
        outline: none;
    }
}

@media screen and (max-width: 575px) {

    .submit-wrapper .btn {
        width: 100% !important;
        display: block;
    }
}
