body .main {
    background: #FFF;
}

div[list-view] > div {
    margin-top: 10px;    
}

.top-bar {
    background: #EAB308 !important;
    border-bottom: 1px solid #FED7AA !important;
}

.site-nav a, .site-nav .flyout:hover > a, .site-nav .flyout-alt:hover > a, .site-nav a:hover, [grid-view] th, [grid-view] .tr .th {
    background-color: #EAB308 !important;
}

.dl-divider {
    background: #FED7AA !important;
}

.angular-ui-tree-handle.active {
    background: #EAB308 !important;   
}

[grid-view] tr:nth-child(even) {
    background: #eab30812;
}

.form-group-sm .form-control:focus, div[dropdown] button:focus, div[dropdown] .btn .list-view-add .btn-default .btn-sm:focus {
    border-color: #EAB308 !important;
}

.form-group-sm .form-control, .btn-dropdown-field, select, .label-field-value {
    border-radius: 20px !important;
}

[grid-view] {
    word-break: break-word
}

.tox .tox-notification--warn, .tox .tox-notification--warning {
    display: none !important;
}

.tf-tag {
    margin: 1px 3px 1px 5px !important;
}