.dash-control-view{
    display: flex;
    flex-direction: column;
   
}
.dash-control-view .content-header h1 {
    font-size: 1.8rem;
    /* margin: 0; */
}
.dash-control-view-data .list-group .list-group-item {
    margin: 0 !important;   
    padding: 0 !important;
}

.dash-control-view-row .card{
    flex: 01;
    margin: 5px;
}
.dash-control-view-rows .card .card-header{
    justify-content: space-between;
}
.dash-control-view-row{
    display:flex;
    flex-direction: row;
    flex: 1;
    margin: 5px;
    padding: 2px;
     
}
.dash-control-view-status{
    display:flex;
    flex-direction: row;
    flex: 1;
    
}

.dash-control-view-status .card{
    flex: 0.49;
    margin: 2px;
}
.dash-control-view-status .card .card-header{
    justify-content: space-between;
}

.dash-control-view-croqui-mapa{
    display:flex;
    flex: 1;
}
.dash-control-view-itens{
    display: flex;
    flex-direction: row;
    flex: 1;
}
#dash-control-view-b1{
    display:flex;
    flex-direction:column;
    flex:1;
    margin-right: 5%;
}
#dash-control-view-b2{
    display:flex;
    flex-direction:column;
    flex:1;
    margin-right: 5%;
}
#dash-control-view-b3{
    display:flex;
    flex-direction:column;
    /*flex:1;*/
    justify-content:center;
    align-content: center;
    text-align: center;
    padding: 5px;
}

.dash-control-view-data{
    display: flex;
    flex-direction: row;
}
/*.dash-control-view-plano{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*}*/
.dash-control-view-data-identification{
    
    flex-direction: row;
    flex: 1;
    margin: 7px ;
}
.dash-control-view-data-identification ol{
    width: 100%;
}
.dash-control-view-data ol{
    width: 100%;
}

.bLabel {
     display:flex;
     flex-direction:row;
     justify-content: space-between
}
 
.card-header{
    justify-content: space-between;
}

#imgCroqui{
    height: 250px;
}
#viewCroqui{
    width: auto !important;
    height:640px;
}