html {
    scroll-padding-top: 220px;
}

.page-header {
    height: 75px;
}

.page-header .page-header-top .page-head {
    border-bottom: solid 1px #eee;
}

.page-header .page-header-top .page-logo .logo-default {
    margin-top: 8px;
}

.page-head .page-toolbar {
    padding-top: 8px;
}

.login .content .login-actions .btn {
    font-weight: 600;
    margin-top: 1px;
    padding: 10px 20px;
}

.login .content .form-group p {
    margin: 5px 0;
    font-weight: bold;
}

.row-bottom {
    position: absolute;
    bottom: 0;
    margin-bottom: 15px;
}

.strong {
    font-weight: bold;
}

.zendesk-custom-field-value {
    width: 450px !important;
}

.progress-bar-text {
    overflow: visible;
    white-space: nowrap;
}

.applied-filters {
    columns: 2;
}

.fixed_actions {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10101;
    width: 100%;
    padding: 10px 85px;
    background-color: #fff;
    border-top: solid 1px #eee;
}

.modal {
    z-index: 10103;
}

.modal-backdrop {
    z-index: 10102;
}

.modal-open .select2-dropdown {
    z-index: 10109;
}

.modal-open .colorpicker,
.modal-open .datepicker,
.modal-open .daterangepicker {
  z-index:10109!important
}

.fixed_actions_footer {
    padding-bottom: 40px;
}

.itemsList_container {
    padding-bottom: 30px;
}

li.audit-log {
    line-height: 1.2em;
}

.sub-nav > .nav-item > a {
    padding-left: 1.5em;
}

.line-through {
    text-decoration: line-through;
}