.zx-logo {
    background-color: #fff;
    background-image: url("images/logo2.png");
    background-repeat: no-repeat;
    background-position: center;
}

a.zx-edit {
    color: #2c5cc5;
    text-decoration: none;
}

a.zx-edit:visited {
    color: #2c5cc5;
    text-decoration: none;
}

a.zx-edit:hover {
    color: #337ab7;
    text-decoration: none;
}

.zx-event-el {
    cursor: pointer;
}

.zx-timeline-body {
    padding: 20px;
}

.zx-timeline-event {
    border-left: solid 4px #157fcc; /*#ebeff3;*/
    padding: 10px 10px 30px 40px;
    margin-left: 11px;
    position: relative;
    min-height: 75px;
    font-weight: 400;
}

.zx-timeline-event-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff;
    top: -8px;
    left: -26px;
    border-radius: 50%;
    line-height: 45px;
    transition: all 150ms linear;
    font-size: 20px;
    border: 4px solid #157fcc; /*#ebeff3;*/
    color: #333;
}

.zx-timeline-icon {
    position: absolute;
    color: #157fcc;
}

.zx-timeline-icon-red {
    position: absolute;
    color: #d50000;
}

.zx-timeline-icon-green {
    position: absolute;
    color: #00c853;
}

.zx-timeline-icon-gray {
    position: absolute;
    color: #757575;
}

.zx-timeline-icon-blue {
    position: absolute;
    color: #0D47A1;
}

.zx-thumb-wrap {
    float: left;
    margin: 4px;
    margin-right: 0;
    padding: 5px;
    max-width: 206px;
    overflow: hidden;
}

.zx-thumb-wrap .zx-thumb {
    background: #dddddd;
    padding: 3px;
    padding-bottom: 0;
    text-align: center;
}

.zx-thumb i {
    color: #d9534f;
}

.zx-thumb-wrap a {
    width: 100%;
    text-align: center;
    display: block;
}

.zx-header-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 1.5em;
    border: 1px solid #157fcc; /*#ebeff3;*/
    background-color: #157fcc;
    color: #fff;
    display: inline-block;
    padding-top: 3px;
}

.zx-date-label {
    color: #8E8E8E;
    font-size: 90%;
    display: block;
    line-height: 5px;
    text-align: left;
}

.zx-date-label-red {
    color: #d50000 !important;
}

.zx-filter-badge {
    border: 1px solid #2c5cc5;
    background-color: #2c5cc5;
    min-width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 0 2px;
}