.login-page
{
    background-image: url('/images/bkg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
}

.tab-empreendimento
{
    width: 100%;
    border:2px solid rgba(0,0,0,.125); 
    background-color: #17a2b8
    
}
.tab-empreendimento .andar
{
    background-color: #fff;
    padding: 30px 20px;
    display: block;
    margin: 5px 30px;
    text-align: center;
}


.card-login-custom {
    box-shadow: 0px 0px 5px 5px rgba(13, 13, 13, 0.125) !important;
    margin-bottom: -10rem !important;
}

.login-card-body-custom {
	border-radius: 50px !important;
}

.input-group-text-custom {    
    border-bottom-left-radius: .25rem !important;        
    border-right: 0px !important;        
    border-left: 1px solid #ced4da !important;  
    border-top-left-radius: .25rem !important;        
}


.input-form-logins-custom {
	border-right: 1px solid #ced4da !important; 
}


#report-buildings_filter{
        display: inline-flex !important;
        float: right !important;
}

.float-left{
    float:left !important;
}

.float-right{
    float:right; !important;
}

.td-coluna-icones{
    width: 100px !important;
    display: block !important;
}

.dn{
  display: none !important;
}

.modal-header-text{
  margin: 0 auto !important; 
  margin-top: 10px !important;
}

.modal-btn-green{

    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;

}

