﻿:root {
    /*--fondo-color: #181818;*/
    --fondo-color: #FFFFFF;
    --items-color: #202020;
    --border-color: #383838;
    --text-color: #e7e7e7;
}

* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}
html {
    font-size: 62.5%;
    font-family: sans-serif;
}

body {
    width: 100%;
    height: 100vh;
    background-color: var(--fondo-color);
}

nav {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    background-color: var(--items-color);
    position: fixed;
    border-bottom: 1px solid var(--border-color);
    height:59px;
}

    nav img {
        margin-left: 20px;
    }

    nav span i {
        color: #fff;
        font-size: 2.7rem;
        cursor: pointer;
    }

aside {
    background-color: var(--items-color);
    width: 260px;
    position:  absolute;
    z-index:1;
    top: 0;
    left: 0;
    bottom: 0;
    overflow-y: hidden;
    margin-top: 59px;
    transition: 0.5s;
}

    aside:hover {
        overflow-y:  auto;
    }

.desplegar {
    transform: translateX(-100%);
}

aside::-webkit-scrollbar {
    width: 8px;
}

aside::-webkit-scrollbar-thumb {
    background-color: #909090;
    border-radius: 5px;
}

.container-svg {
    border-bottom: 1px solid var(--border-color);
    padding: 10px 1px;
    color: var(--text-color);
}

    .container-svg div {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 20px;
        cursor: pointer;
    }

        .container-svg div:hover {
            background-color: #303030;
        }

        .container-svg div span {
            margin-left: 15px;
            font-size: 1.5rem;
            font-weight: 500;
        }

h2 {
    padding: 10px 20px;
    color: #aaaaaa;
}
.outer-div {
    /*border: 10px solid red;*/
    height: 90vh;
    position: relative;
 /*   background-color: #EAEAEA;*/
    margin-top:1%;
}

#CRUD-WorkSpace {
   /* border: 1px solid gray;*/
    
   /* background-color: #EAEAEA;*/
    /* width:100%;
*/
    /*height:50vh;*/

    /* max-width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto */
}
.col-md-5 {
    font-size: 14px;
}
.col-md-5 input {

    font-size:12px;
    
}
.dataTables_info {
    font-size: 12px;
}

.dataTables_paginate {
    font-size: 9px;
}

.paginate_button {
    margin: 1px;
}

div.dataTables_wrapper div.dataTables_filter  {
    text-align: right;
    font-size: 12px;
}

.dataTables_length {
    font-size: 12px;
}
.header-area .main-header-area {
    padding: 0px 50px;
}

table.dataTable thead .sorting_asc:after {
    display: none;
}

table.dataTable thead .sorting_desc:after {
    display: none;
}

table.dataTable thead .sorting:after {
    display: none;
}
.header-area .main-header-area {
    padding: 0px 50px;
}

.dataTables_paginate {
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    text-align: right;
    cursor: pointer;
}
#tblWorkSpace{
    font-size: 12px;
    
}
#tblUser {
    font-size: 12px;
}