﻿#wrapper {
    min-height: 100vh;
    width: 100%;
    position: relative;
}

#sidebar-wrapper {
    position: relative;
    flex: 0 0 auto;
    width: 19%;
    float: left;
    min-height: 100vh;
    background: #151719;
    left: 0px;
    transition: all 500ms linear;
}

    #sidebar-wrapper.active {
        width: 2%;
        left: -19%;
    }

#page-content-wrapper {
    width: 100%;
    float: left;
    padding-left: 0;
}

.list-group-item {
    border: none;
    border-radius: 0;
    color: #333;
}

    .list-group-item:hover,
    .list-group-item:focus {
        background-color: #f8f9fa;
        color: #333;
    }


.nav-item {
    margin-left: 10px;
}



.bg-footer {
    background-color: #1F2127;
    padding: 5vh;
    min-height: 200px;
    color: #fff;
}

    .bg-footer a {
        color: #fff;
    }


.text-white {
    color: #fff;
}


.btn-primary {
    color: #fff;
    background-color: #f23277;
    font-size: small;
    padding: 10px;
    border: 1px solid #cb2a63;
    font-weight: bold;
}

.add-entity {
    border: solid 1px #f23277;
    padding: 3vh;
    margin-left: 10vh;
    border-radius: 10px;
}



table th {
    background-color: #122256 !important;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;
}

.text-right {
    text-align: right;
    margin-top: 20px;
    padding-right: 20px;
}
.text-left {
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
}
.fa-trash-can {
    color: red;
}

.fa-pen-to-square {
    color: green;
}

.btn-ocultar-menu {
    position: relative;
    left: 100%;
    top: 15%;
}

    .btn-ocultar-menu:hover {
        cursor: pointer;
    }

#content {
    transition: all 500ms linear;
    flex: 0 0 auto;
    width: 80%;
}


    #content.active {
        margin-left: 0;
        width: 95% !important;
    }

.filtro {
    display: none;
}
#content.active {
    margin-left: 0;
    width: 95% !important;
}


.tw-Dialog {
    position: absolute;
    z-index: 999999999;
    top: 70px;
    width: 100%;
}

.table-responsive {
    overflow-x: auto;
}

    .table-responsive table {
        border-collapse: collapse;
    }

    .table-responsive th {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.search-icon {
    left: 15px;
}
