/* Hides by default the D365 Main Form tab title */
.tab-title{
    display: none;
}

.tab-column{
    padding-left: 0px !important;
}

.crmEntityFormView .cell div.control {
    padding-top: 8px !important;
}

.entity-grid .view-grid {
    overflow-x: hidden !important;
    position: relative;
    min-height: 200px;
}

.crmEntityFormView .tab {
    margin-bottom: 0px !important;
    width: 100%;
}

.entity-grid .message {
    transform: translateY(-7em);
}
