﻿body{
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 0.920rem;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}

/******* Menu ***********/
.menu-sidevar {
    width: 300px;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: -300px;
    z-index: 9999;
    transition: 0.5s;
}

.img-menu {
    height: 42px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.menu-show {
    left: 0px;
}

.background-menu {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    background-color: #0006;
    z-index: 9998;
}

.menu-list {
}

    .menu-list > li {
        padding: 0px;
    }

    .menu-list>li:hover{
       background-color: #e6e6e6;
    }

.list-group-menu {
    width: 100%;
}

.item-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #808080
}

    .item-menu > a {
        outline: none;
        text-decoration: none;
        color: #4a4a4a;
        font-size: 16px;
        font-family: Roboto, Arial, Helvetica, sans-serif;
        font-weight: 400;
        display: flex;
        padding: 0.75rem 1.25rem;
    }

.text-item-menu {
    width: 100%;
    flex-shrink: 1;
    display: flex;
}

.text-item-menu>span{
    display:flex;
}


.dropright .dropdown-toggle::after {
    display: none;
}



/**Sub Menu*/
.sub-menu {
    width: 300px;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

    .sub-menu>div{
        width: 299px;
    }

    .sub-menu-header {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        font-size: 18px;
    }

    .sub-menu-header>*>button
    {

    }

    .sub-menu-header > a {
        display: flex;
    }

    .view-content {
        padding: 0px;
    }

.title-context {
}

.item-sub-menu > a {
    outline: none;
    text-decoration: none;
    color: #4a4a4a;
    font-size: 14px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    display: flex;
    padding: 0.75rem 1.25rem;
}

.partial-nav {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    height: 45px;
    width: 100%;
}

/*************************** Loadings ********************************/
.center-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 20px;
}

.page-loading {
    width: 5rem;
    height: 5rem;
}

/*************************** Data Tables  ********************************/
.table td, .table th {
    white-space: nowrap;
}


.modal-backdrop{
    display: none;
}


/*Forms styles*/
label[class^="required"]:after {
    content: " *";
    color: red;
}