* {

}

.menu_comenzi {
    width: 70px;
    float: left;
}

.tbl_container {
    width: calc(100% - 110px);
    position: relative;
    float: right;
    left: 20px;
}

#tabel_comenzi thead {

}

#tabel_comenzi thead tr{

}

#tabel_comenzi thead tr th{
    width: 8%;
}


#tabel_comenzi tbody tr{

}

#tabel_comenzi tbody tr th{
    width: 8%;
}

.menu_item {
    padding: 5px;
    margin-top: 5px;
}

#map {
    height: 60%;
    position: fixed !important;
    top: 40%;
    z-index: 10000;
    width: 100%;
}

.text-danger {
    color: red;

}