﻿* {
    font-family: "Roboto", sans-serif;
}

.root {
    z-index: 1;
}

.ceamse{
    color: #007a82;
    transition: color 300ms ease;
}

    .ceamse:hover {
        color: #0297a2;
    }

.text-upper{
    text-transform: uppercase;
}

.btn-ceamse {
    color: #fff;
    background-color: #007a82;
    border-color: #007a82;
}

    .btn-ceamse:hover {
        color: #fff;
        background-color: #0297a2;
        border-color: #018e98;
    }

    .btn-check:focus + .btn-ceamse, .btn-ceamse:focus {
        color: #fff;
        background-color: #0297a2;
        border-color: #018e98;
        box-shadow: 0 0 0 0.25rem rgba(0, 81, 87, 0.5);
    }

    .btn-check:checked + .btn-ceamse, .btn-check:active + .btn-ceamse, .btn-ceamse:active, .btn-ceamse.active, .show > .btn-ceamse.dropdown-toggle {
        color: #fff;
        background-color: #005157;
        border-color: #018e98;
    }

        .btn-check:checked + .btn-ceamse:focus, .btn-check:active + .btn-ceamse:focus, .btn-ceamse:active:focus, .btn-ceamse.active:focus, .show > .btn-ceamse.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(0, 81, 87, 0.5);
        }

    .btn-ceamse:disabled, .btn-ceamse.disabled {
        color: #fff;
        background-color: #007a82;
        border-color: #007a82;
    }


    h1, .h1 {
        color: #007a82;
    }


.form-control:focus {
    border-color: #007a82 !important;
    box-shadow: 0 0 0 0.25rem rgb(0 71 77 / 25%) !important;
}

tr.selected:hover {
    color: #fff !important;
}

::selection {
    color: #fff;
    background-color: #007a82;
}


tr.selected:hover {
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #007a82 !important;
}

::-moz-selection {
    color: #fff;
    background-color: #007a82;
}

#SaveChanges {
    height: 30px;
    margin-left: 1em;
    line-height: 0px;
}

p#bubble {
    /* layout position: relative; */
    max-width: 30em;
    display: none;
    /* looks background-color: #fff; */
    background-color: #fff;
    position: absolute;
    z-index: 99999;
    padding: 0.4em 1em;
    /*font-size: 1.25em;*/
    border-radius: 1rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .3), 0 0.0625rem 0.125rem rgba(0, 0, 0, .2);
}

    p#bubble::before {
        /* layout content: ''; */
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        bottom: 100%;
        left: 1.5em;
        /* offset should move with padding of parent border: .75rem solid transparent;*/
        border-top: none;
        /* looks border-bottom-color: #fff; */
        filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
    }

#ModalTableEliminar {
    display: block;
    margin-left: auto;
    margin: 13px 0 8px auto;
}

input#ModalTableActivar {
    display: block;
    margin-left: auto;
    margin: 13px 0 8px auto;
}
.deleted i {
    color: #000;
}