#builder-layout  div:not(.beditorcss).sidebar {
    background: rgba(0, 0, 0, 0) !important;
    margin-top: 57px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    padding-top: 0px !important;
    padding-right: 8px !important;
    padding-bottom: 0px !important;
    padding-left: 3px !important;
    box-shadow: none !important;
    color: rgb(33, 37, 41) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    text-decoration-line: none !important;
    text-align: left !important;
    border-top-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    border-color: rgb(33, 37, 41) !important;
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 20px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.nav-sidebar .menu-open>.nav-treeview {
    display: block;
    padding-left: 15px;
}

.tdatagrid_cell:not(.action){
      box-shadow: inset 1px 1px 1px -1px #000000;

}



  /*IMAGEM AO LOGAR*/

    /*.meu-login{*/
    /*background: url('http://216.238.104.151/builderBackgroundLogin.png') no-repeat center center fixed !important; */
    /*-webkit-background-size: cover  !important;*/
    /*-moz-background-size: cover  !important;*/
    /*-o-background-size: cover  !important;*/
    /*background-size: cover  !important;*/
    /*}*/
    /*.meu-login > body{*/
    /*    background-color: transparent !important;*/
    /*}*/
    /*.meu-login, .meu-login > body{*/
    /*    min-height: 100% !important;*/
    /*    height: auto !important;*/
    /*}*/
    
    
 
    div[page-name="LoginForm"] {
    background-image: url('../../../images/builderBackgroundLogin.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
}


.card.panel[widget='bootstrapformbuilder'] .card-header{
        box-shadow: 0px -10px 20px -2px #0000004d !important;
}

.navbar-light {
    background-color: #b7d3ef !important;
}


