﻿* {
    font-family: "Roboto", sans-serif;
}

body {
    scroll-behavior: smooth;
}

.root {
    z-index: 1;
}

.ceamse{
    color: #007a82;
    transition: color 0.2s ease;
}

    .ceamse:hover {
        color: #0297a2;
    }

.text-upper{
    text-transform: uppercase;
}

.nav-header {
    font-size: 2.1rem;
    font-weight: 900;
    color: #007a82; /* Alternativa */
    color: #5c5c5c;
    letter-spacing: 1.2px;
}

.center-nav-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.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;
}

.table-fixed td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.table-fixed .btn-ceamse {
    padding: 0.375rem 0;
}


#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;
}

.fixed-md-none {
    height: 56px;
}
.xcontainer {
    width: 99%;
    margin: 0px;
    outline: solid 1px black;
    display: flex;
    justify-content: center;
}
.xtitulo {
    text-align: center;
}

@media (min-width: 768px) {
    .table-md-fixed {
        table-layout: fixed;
    }

    .left-nav-logo-md {
        position: absolute;
        left: 150px;
    }

    .fixed-md-none {
        position:relative;
        height: 80px;
    }
}

@media (min-width: 992px) {
    .fixed-lg-none {
        position: relative;
        height: 80px;
    }
}
.container {
    width: 99%;
    margin: 0px;
    outline: solid 1px black;
    display: flex;
    justify-content: center;
}

.titulo {
    text-align: center;
}

.cuadro {
    text-align: left;
}