/* SmartAdmin 4.5.3 bug hotfix */
.mod-skin-dark:not(.mod-skin-light) .page-logo {
	border-bottom: none !important;
}

.mod-skin-dark:not(.mod-skin-light) .primary-nav {
	border-top: 1px solid #131313;
}

/* debug event log */
#app-eventlog {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
    overflow: auto;
    display:block
}

#app-eventlog > div:not(:last-child) {
    border-bottom:1px solid #eaeaea
}

#app-eventlog:empty {
    background:#eee
}

#app-eventlog:empty:before {
    content: "Event Logs";
    font-size: 28px;
    font-weight: 300;
    color: #c7c7c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -20px;
    bottom: 0;
    left: 0;
    right:0
}

#app-eventlog .fs-base .badge {
    font-size: 90% !important;
    font-weight: 400 !important;
    background: #a9a9a9;
    text-align: left;
    min-width:50px
}

a[target^=_]{
    color : green;
    text-decoration: none;
}
  
  