.crmEntityFormView {
    border: 1px solid #2f5fef !important;
    background-color: #eee !important;
    padding: 5px;
}

.list-group {
    margin-bottom: 0px;
}

.view-grid {
    border: 2px solid rgb(225, 223, 221) !important;
}

.view-grid td {
    border-top: 2px solid rgb(225, 223, 221) !important;
}

.view-grid th {
    border-bottom: 2px solid rgb(225, 223, 221) !important;
    background-color: #eee;
}

.tab-title {
    border-color: #000 !important;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.form-control {
    border: 1px solid #000;
}

.form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled] {
    background-color: #ddd !important;
    padding: 6px 12px !important;
}

.form-control.readonly + .text-muted,
.crmEntityFormView .form-control[readonly][disabled] + .text-muted {
    top: 5px;
    left: 8px;
}

.input-group-addon {
    border: 1px solid #000;
}

.input-group-addon:last-child {
    border-left: none;
}

.input-group-addon:first-child {
    border-right: none;
}

.crmEntityFormView .cell.checkbox-cell:first-child{
  padding: 0 28px 20px;
}